(6.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (6.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateAdminUsers (20140323020642)  (0.1ms) begin transaction  (3.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT '' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token") SQL (16.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140323020642"]]  (3.1ms) commit transaction Migrating to CreateNotifications (20140323020643)  (0.1ms) begin transaction  (4.0ms) CREATE TABLE "notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "message" varchar(255), "link" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140323020643"]]  (2.6ms) commit transaction Migrating to CreateAdminUserNotifications (20140323020644)  (0.1ms) begin transaction  (3.9ms) CREATE TABLE "admin_user_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "read" boolean DEFAULT 'f', "notification_id" integer, "admin_user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_admin_user_notifications_on_notification_id" ON "admin_user_notifications" ("notification_id")  (0.1ms) CREATE INDEX "index_admin_user_notifications_on_admin_user_id" ON "admin_user_notifications" ("admin_user_id") SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140323020644"]]  (3.2ms) commit transaction Migrating to AddColumnsToAdminUsers (20140323020645)  (0.1ms) begin transaction  (4.9ms) ALTER TABLE "admin_users" ADD "provider" varchar(255)  (0.3ms) ALTER TABLE "admin_users" ADD "uid" varchar(255)  (0.2ms) ALTER TABLE "admin_users" ADD "avatar" varchar(255) SQL (1.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140323020645"]]  (3.1ms) commit transaction ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:07:45 +0000 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (31.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (81.7ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:08:15 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.9ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:09:16 +0000 ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (31.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (70.9ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:09:41 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (16.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:17:34 +0000 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant Carnival::BaseAdminController): /project/app/controllers/carnival/admin_users_controller.rb:3:in `' /project/app/controllers/carnival/admin_users_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__625005337__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (121.5ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:17:40 +0000 ActionController::RoutingError (uninitialized constant Carnival::BaseAdminController): /project/app/controllers/carnival/admin_users_controller.rb:3:in `' /project/app/controllers/carnival/admin_users_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__625005337__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (80.9ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:18:05 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (45.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:18:19 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.8ms) Started GET "/carnival/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:18:43 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (41.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:19:16 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.1ms) ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:20:34 +0000 ActiveRecord::SchemaMigration Load (2.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (22.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (124.4ms) Started GET "/" for 10.0.2.2 at 2014-03-23 02:20:41 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (2.2ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/admin" for 10.0.2.2 at 2014-03-23 02:20:48 +0000 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.8ms) Started GET "/carnival/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:21:49 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (44.0ms) Started GET "/carnival/carnival/" for 10.0.2.2 at 2014-03-23 02:21:56 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (40.0ms) Started GET "/carnival/admin" for 10.0.2.2 at 2014-03-23 02:22:01 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.5ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:22:09 +0000 ActionController::RoutingError (uninitialized constant Carnival::BaseAdminController): /project/app/controllers/carnival/admin_users_controller.rb:3:in `' /project/app/controllers/carnival/admin_users_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__178259742__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (109.7ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:23:41 +0000 ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (22.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (110.6ms) Started GET "/carnival/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:23:48 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (24.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (63.3ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:24:16 +0000 ActionController::RoutingError (uninitialized constant Admin): activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__263935437__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (65.8ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:24:58 +0000 ActionController::RoutingError (uninitialized constant Admin): activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__263935437__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (77.9ms) Started GET "/carnival" for 10.0.2.2 at 2014-03-23 02:28:07 +0000 ActiveRecord::SchemaMigration Load (2.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 93ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:28:07 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (34.2ms) Completed 200 OK in 104ms (Views: 103.6ms | ActiveRecord: 0.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:28:19 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:28:19 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/admin/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:28:44 +0000 ActionController::RoutingError (No route matches [GET] "/admin/admin/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (40.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (87.1ms) Started GET "/carnival/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:28:52 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.4ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:28:57 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (44.7ms) Started GET "/carnival/sessions/new" for 10.0.2.2 at 2014-03-23 02:29:09 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/new"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (45.2ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:29:44 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.9ms) Started GET "/admin_users" for 10.0.2.2 at 2014-03-23 02:31:34 +0000 ActionController::RoutingError (No route matches [GET] "/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.3ms) Started GET "/admin_users" for 10.0.2.2 at 2014-03-23 02:32:18 +0000 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (50.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (141.0ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-23 02:32:26 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 74ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:32:27 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (24.5ms) Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms) Started GET "/admin/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:32:36 +0000 ActionController::RoutingError (No route matches [GET] "/admin/admin/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.7ms) Started GET "/admin/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:32:49 +0000 ActionController::RoutingError (No route matches [GET] "/admin/admin/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (36.1ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:34:15 +0000 ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (40.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (117.3ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:35:35 +0000 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (47.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (137.4ms) Started GET "/carnival/" for 10.0.2.2 at 2014-03-23 02:35:43 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 75ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:35:44 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (26.0ms) Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:37:06 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:37:06 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 02:37:21 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.0ms) Started GET "/admin_users" for 10.0.2.2 at 2014-03-23 02:38:20 +0000 ActionController::RoutingError (No route matches [GET] "/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.3ms) Started GET "/admin_users/" for 10.0.2.2 at 2014-03-23 02:38:24 +0000 ActionController::RoutingError (No route matches [GET] "/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.7ms) Started GET "/carnival/" for 10.0.2.2 at 2014-03-23 02:39:12 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:39:12 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-23 02:57:52 +0000 ActionController::RoutingError (No route matches [GET] "/admin/cities"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.7ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-23 02:58:02 +0000 ActionController::RoutingError (No route matches [GET] "/admin/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (40.8ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 02:58:14 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 02:58:14 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.2ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/carnival/sign_in" for 10.0.2.2 at 2014-03-23 03:01:25 +0000 Processing by Devise::SessionsController#new as HTML [Devise] Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] Completed 404 Not Found in 6ms AbstractController::ActionNotFound (Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] ): devise (3.2.4) app/controllers/devise_controller.rb:84:in `unknown_action!' devise (3.2.4) app/controllers/devise_controller.rb:59:in `assert_is_devise_resource!' devise (3.2.4) app/controllers/devise_controller.rb:97:in `require_no_authentication' activesupport (4.0.4) lib/active_support/callbacks.rb:397:in `_run__1032301448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__13236252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms) Started GET "/carnival/sign_in" for 10.0.2.2 at 2014-03-23 03:02:36 +0000 Processing by Devise::SessionsController#new as HTML [Devise] Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] Completed 404 Not Found in 7ms AbstractController::ActionNotFound (Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] ): devise (3.2.4) app/controllers/devise_controller.rb:84:in `unknown_action!' devise (3.2.4) app/controllers/devise_controller.rb:59:in `assert_is_devise_resource!' devise (3.2.4) app/controllers/devise_controller.rb:97:in `require_no_authentication' activesupport (4.0.4) lib/active_support/callbacks.rb:397:in `_run__1032301448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/routing/mapper.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__13236252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (1.4ms) Started GET "/carnival/sign_in" for 10.0.2.2 at 2014-03-23 03:02:39 +0000 Processing by Devise::SessionsController#new as HTML [Devise] Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] Completed 404 Not Found in 5ms AbstractController::ActionNotFound (Could not find devise mapping for path "/carnival/sign_in". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do get "/some/route" => "some_devise_controller" end 2) You are testing a Devise controller bypassing the router. If so, you can explicitly tell Devise which mapping to use: @request.env["devise.mapping"] = Devise.mappings[:user] ): devise (3.2.4) app/controllers/devise_controller.rb:84:in `unknown_action!' devise (3.2.4) app/controllers/devise_controller.rb:59:in `assert_is_devise_resource!' devise (3.2.4) app/controllers/devise_controller.rb:97:in `require_no_authentication' activesupport (4.0.4) lib/active_support/callbacks.rb:397:in `_run__1032301448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/routing/mapper.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__13236252__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 03:02:55 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 11ms Started GET "/" for 10.0.2.2 at 2014-03-23 03:02:56 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/carnival/admin_users/" for 10.0.2.2 at 2014-03-23 03:03:03 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 03:03:03 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/carnival/otifications" for 10.0.2.2 at 2014-03-23 03:03:15 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/otifications"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.7ms) Started GET "/carnival/" for 10.0.2.2 at 2014-03-23 03:05:09 +0000 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 116ms Started GET "/" for 10.0.2.2 at 2014-03-23 03:05:09 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (35.9ms) Completed 200 OK in 124ms (Views: 123.5ms | ActiveRecord: 0.0ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 03:05:28 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 10.0.2.2 at 2014-03-23 03:05:28 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/carnival/sessions/new" for 10.0.2.2 at 2014-03-23 03:05:44 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/new"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (46.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (94.2ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:05:55 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.5ms) Started GET "/carnival/sessions/sign_in.html" for 10.0.2.2 at 2014-03-23 03:06:23 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in.html"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (35.7ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:06:28 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (43.4ms) Started GET "/carnival/sessions/sign_out" for 10.0.2.2 at 2014-03-23 03:06:44 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_out"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.0ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:06:49 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (44.7ms) Started GET "/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:06:55 +0000 ActionController::RoutingError (No route matches [GET] "/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.5ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:07:01 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (37.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (77.0ms) Started GET "/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:10:20 +0000 ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/sessions/sign_in"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (24.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (98.6ms) Started GET "/carnival/" for 10.0.2.2 at 2014-03-23 03:10:34 +0000 ActionController::RoutingError (No route matches [GET] "/carnival"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.6ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 03:10:48 +0000 ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.8ms) Started GET "/carnival/admin_users" for 10.0.2.2 at 2014-03-23 03:11:37 +0000 ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/carnival/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (41.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (102.2ms) Started GET "/carnival/" for 10.0.2.2 at 2014-03-23 03:11:47 +0000 ActionController::RoutingError (No route matches [GET] "/carnival"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.6ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-23 03:11:59 +0000 ActionController::RoutingError (No route matches [GET] "/admin/admin_users"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.6ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-23 03:17:23 +0000 ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 77ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:17:23 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (2.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (170.7ms) Completed 200 OK in 563ms (Views: 507.5ms | ActiveRecord: 2.1ms) Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-03-23 03:17:25 +0000 Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-03-23 03:17:25 +0000 Started GET "/admin/carnival/sessions/password/new" for 10.0.2.2 at 2014-03-23 03:17:29 +0000 Processing by Devise::PasswordsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/passwords/new.html.erb within layouts/application (20.8ms) Completed 200 OK in 143ms (Views: 141.2ms | ActiveRecord: 0.0ms) Started GET "/admin/carnival/sessions/auth/facebook" for 10.0.2.2 at 2014-03-23 03:17:38 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-23 03:17:52 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (21.5ms) Completed 200 OK in 201ms (Views: 198.5ms | ActiveRecord: 0.0ms) Started GET "/admin/carnival/sessions/password/new" for 10.0.2.2 at 2014-03-23 03:17:58 +0000 Processing by Devise::PasswordsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/passwords/new.html.erb within layouts/application (20.7ms) Completed 200 OK in 137ms (Views: 136.0ms | ActiveRecord: 0.0ms) Started GET "/admin/carnival/sessions/auth/facebook" for 10.0.2.2 at 2014-03-23 03:18:02 +0000 Started GET "/admin/carnival/sessions/sign_up" for 10.0.2.2 at 2014-03-23 03:18:15 +0000 Processing by Devise::RegistrationsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/registrations/new.html.erb within layouts/application (20.6ms) Completed 200 OK in 145ms (Views: 143.4ms | ActiveRecord: 0.0ms) Started POST "/admin/carnival/sessions" for 10.0.2.2 at 2014-03-23 03:18:29 +0000 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.2ms) begin transaction Carnival::AdminUser Exists (1.3ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' LIMIT 1  (0.1ms) rollback transaction Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/registrations/new.html.erb within layouts/application (24.6ms) Completed 200 OK in 457ms (Views: 153.3ms | ActiveRecord: 1.6ms) Started POST "/admin/carnival/sessions" for 10.0.2.2 at 2014-03-23 03:18:41 +0000 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction Carnival::AdminUser Exists (1.6ms) SELECT 1 AS one FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (62.9ms) INSERT INTO "admin_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 23 Mar 2014 03:18:41 UTC +00:00], ["email", "antonioams@gmail.com"], ["encrypted_password", "$2a$10$YKkQ03aeONEEmUI7njDDv.IeJwuBg/tDtz5bFHFuSXXA9.XQoEpCS"], ["updated_at", Sun, 23 Mar 2014 03:18:41 UTC +00:00]]  (3.0ms) commit transaction  (0.1ms) begin transaction Binary data inserted for `string` type on column `last_sign_in_ip` Binary data inserted for `string` type on column `current_sign_in_ip` SQL (5.7ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Sun, 23 Mar 2014 03:18:41 UTC +00:00], ["current_sign_in_at", Sun, 23 Mar 2014 03:18:41 UTC +00:00], ["last_sign_in_ip", "10.0.2.2"], ["current_sign_in_ip", "10.0.2.2"], ["sign_in_count", 1], ["updated_at", Sun, 23 Mar 2014 03:18:41 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3013/admin/admin_users Completed 302 Found in 271ms (ActiveRecord: 76.0ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-23 03:18:41 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (151.6ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (4.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (393.0ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (196.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (56.7ms) Completed 500 Internal Server Error in 2192ms ActionView::Template::Error (can't clone NilClass): 1: - menus = Carnival::Config::menu.clone 2: .menu.full 3: %ul.menu 4: %li{:style => "border-top:none;"} /project/app/views/layouts/carnival/_menu.html.haml:1:in `clone' /project/app/views/layouts/carnival/_menu.html.haml:1:in `__project_app_views_layouts_carnival__menu_html_haml___813481337_81833100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/layouts/carnival/admin.html.haml:39:in `__project_app_views_layouts_carnival_admin_html_haml___462459107_80965500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__862279110__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__569582352__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.9ms) ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 10.0.2.2 at 2014-03-24 16:52:33 +0000 ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (36.7ms) Completed 200 OK in 114ms (Views: 113.8ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 16:52:39 +0000 ActionController::RoutingError (No route matches [GET] "/admin/cities"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (21.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (91.6ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 16:53:47 +0000 LoadError (Unable to autoload constant Admin::AssociationCommon, expected /project/test/dummy/app/models/admin/association_common.rb to define it): app/models/admin/city.rb:3:in `' app/models/admin/city.rb:2:in `' app/models/admin/city.rb:1:in `' app/controllers/admin/cities_controller.rb:2:in `' app/controllers/admin/cities_controller.rb:1:in `' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (41.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (63.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 16:54:56 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 145ms NameError (uninitialized constant Carnival::CityPresenter): activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:7:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__92663426__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:10:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__854080096__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:58:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.2ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 16:56:08 +0000 ActiveRecord::SchemaMigration Load (3.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 176ms NameError - uninitialized constant Carnival::CityPresenter: activesupport (4.0.4) lib/active_support/dependencies.rb:501:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:7:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81632060/variables" for 10.0.2.2 at 2014-03-24 16:56:10 +0000 Started POST "/__better_errors/81632060/variables" for 10.0.2.2 at 2014-03-24 16:56:30 +0000 Started POST "/__better_errors/81632060/eval" for 10.0.2.2 at 2014-03-24 16:56:48 +0000 Started POST "/__better_errors/81632060/eval" for 10.0.2.2 at 2014-03-24 16:57:40 +0000 Started POST "/__better_errors/81632060/eval" for 10.0.2.2 at 2014-03-24 16:57:46 +0000 Started POST "/__better_errors/81632060/eval" for 10.0.2.2 at 2014-03-24 16:57:47 +0000 Started POST "/__better_errors/81632060/eval" for 10.0.2.2 at 2014-03-24 16:57:56 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:01:27 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 281ms NameError - uninitialized constant Carnival::City: activesupport (4.0.4) lib/active_support/dependencies.rb:501:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:8:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80801590/variables" for 10.0.2.2 at 2014-03-24 17:01:28 +0000 Started POST "/__better_errors/80801590/variables" for 10.0.2.2 at 2014-03-24 17:02:02 +0000 Started POST "/__better_errors/80801590/eval" for 10.0.2.2 at 2014-03-24 17:03:47 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:05:10 +0000 SyntaxError - /project/app/controllers/carnival/base_admin_controller.rb:102: syntax error, unexpected $end, expecting keyword_end: /project/app/controllers/carnival/base_admin_controller.rb:102:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' app/controllers/admin/cities_controller.rb:2:in `' app/controllers/admin/cities_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84300670/variables" for 10.0.2.2 at 2014-03-24 17:05:11 +0000 Started POST "/__better_errors/84300670/variables" for 10.0.2.2 at 2014-03-24 17:06:01 +0000 Started POST "/__better_errors/84300670/variables" for 10.0.2.2 at 2014-03-24 17:06:06 +0000 Started POST "/__better_errors/84300670/eval" for 10.0.2.2 at 2014-03-24 17:07:06 +0000 Started POST "/__better_errors/84300670/eval" for 10.0.2.2 at 2014-03-24 17:07:11 +0000 Started POST "/__better_errors/84300670/eval" for 10.0.2.2 at 2014-03-24 17:08:48 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:09:23 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 584ms ActionView::MissingTemplate - Missing template layouts/admin/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:81:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:88:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `block in find_layout' actionpack (4.0.4) lib/action_view/lookup_context.rb:235:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `find_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84970030/variables" for 10.0.2.2 at 2014-03-24 17:09:25 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:09:52 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (35.5ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (127.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (222.4ms) Completed 500 Internal Server Error in 433ms ActiveRecord::StatementInvalid - Could not find table 'admin_cities': activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:217:in `columns_hash' /project/app/views/carnival/shared/_advanced_search_field.html.haml:5:in `__project_app_views_carnival_shared__advanced_search_field_html_haml___808042112_83777110' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/_advanced_search.html.haml:21:in `block in __project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' /project/app/views/carnival/shared/_advanced_search.html.haml:15:in `__project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/index.html.haml:22:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80882260/variables" for 10.0.2.2 at 2014-03-24 17:09:54 +0000 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAdminCompanies (20140206211804)  (0.1ms) begin transaction  (4.5ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "country_id" integer, "state_id" integer, "city_id" integer, "address" varchar(255), "address_complement" varchar(255), "number" varchar(255), "zipcode" integer, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_companies_on_country_id" ON "companies" ("country_id")  (0.2ms) CREATE INDEX "index_companies_on_state_id" ON "companies" ("state_id")  (0.2ms) CREATE INDEX "index_companies_on_city_id" ON "companies" ("city_id") SQL (3.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140206211804"]]  (16.8ms) commit transaction Migrating to CreateAdminCountries (20140206211829)  (0.1ms) begin transaction  (4.1ms) CREATE TABLE "countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "code" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (1.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140206211829"]]  (4.0ms) commit transaction Migrating to CreateAdminStates (20140206211850)  (0.1ms) begin transaction  (3.6ms) CREATE TABLE "states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "code" varchar(255), "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_states_on_country_id" ON "states" ("country_id") SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140206211850"]]  (4.7ms) commit transaction Migrating to CreateAdminCities (20140206211923)  (0.2ms) begin transaction  (7.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "country_id" integer, "state_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_cities_on_country_id" ON "cities" ("country_id")  (0.2ms) CREATE INDEX "index_cities_on_state_id" ON "cities" ("state_id") SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140206211923"]]  (4.0ms) commit transaction Migrating to CreateAdminPeople (20140206212128)  (0.1ms) begin transaction  (4.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "dob" datetime, "country_id" integer, "state_id" integer, "city_id" integer, "address" varchar(255), "address_complement" varchar(255), "number" varchar(255), "zipcode" integer, "employed" boolean, "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE INDEX "index_people_on_country_id" ON "people" ("country_id")  (1.5ms) CREATE INDEX "index_people_on_state_id" ON "people" ("state_id")  (0.3ms) CREATE INDEX "index_people_on_city_id" ON "people" ("city_id") SQL (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140206212128"]]  (4.2ms) commit transaction Migrating to CreateJobs (20140309013000)  (0.1ms) begin transaction  (6.5ms) CREATE TABLE "jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309013000"]]  (4.6ms) commit transaction Migrating to CreateProfessionalExperiences (20140309013019)  (0.1ms) begin transaction  (5.2ms) CREATE TABLE "professional_experiences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "people_id" integer, "company_id" integer, "job_id" integer, "started_at" datetime, "finished_at" datetime, "finished_status" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_professional_experiences_on_people_id" ON "professional_experiences" ("people_id")  (0.2ms) CREATE INDEX "index_professional_experiences_on_company_id" ON "professional_experiences" ("company_id")  (0.2ms) CREATE INDEX "index_professional_experiences_on_job_id" ON "professional_experiences" ("job_id") SQL (1.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309013019"]]  (5.3ms) commit transaction ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:11:26 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (42.1ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (89.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (136.7ms) Completed 500 Internal Server Error in 382ms ActiveRecord::StatementInvalid - Could not find table 'admin_cities': activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:217:in `columns_hash' /project/app/views/carnival/shared/_advanced_search_field.html.haml:5:in `__project_app_views_carnival_shared__advanced_search_field_html_haml___808042112_83777110' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/_advanced_search.html.haml:21:in `block in __project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' /project/app/views/carnival/shared/_advanced_search.html.haml:15:in `__project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/index.html.haml:22:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:11:28 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:26 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:29 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:42 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:46 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:48 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:12:52 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:13:01 +0000 Started POST "/__better_errors/83745370/variables" for 10.0.2.2 at 2014-03-24 17:13:04 +0000 Started POST "/__better_errors/83745370/eval" for 10.0.2.2 at 2014-03-24 17:20:54 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:23:09 +0000 ArgumentError - wrong number of arguments (1 for 0): app/models/admin/city.rb:4:in `' app/models/admin/city.rb:2:in `' app/models/admin/city.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' inherited_resources (1.4.1) lib/inherited_resources/class_methods.rb:295:in `initialize_resources_class_accessors!' inherited_resources (1.4.1) lib/inherited_resources/class_methods.rb:372:in `inherited' app/controllers/admin/cities_controller.rb:2:in `' app/controllers/admin/cities_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81233990/variables" for 10.0.2.2 at 2014-03-24 17:23:10 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:23:48 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 157ms NoMethodError - undefined method `set_table_name' for Admin::City(Table doesn't exist):Class: activerecord (4.0.4) lib/active_record/dynamic_matchers.rb:22:in `method_missing' app/models/admin/city.rb:4:in `' app/models/admin/city.rb:2:in `' app/models/admin/city.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:81:in `instantiate_model' /project/app/controllers/carnival/base_admin_controller.rb:8:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83744520/variables" for 10.0.2.2 at 2014-03-24 17:23:49 +0000 Admin::City Load (2.9ms) SELECT "admin_cities".* FROM "admin_cities" SQLite3::SQLException: no such table: admin_cities: SELECT "admin_cities".* FROM "admin_cities" Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:24:29 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (34.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (75.0ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (115.0ms) Completed 500 Internal Server Error in 324ms ActiveRecord::StatementInvalid - Could not find table 'admin_cities': activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.4) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.4) lib/active_record/model_schema.rb:217:in `columns_hash' /project/app/views/carnival/shared/_advanced_search_field.html.haml:5:in `__project_app_views_carnival_shared__advanced_search_field_html_haml___808042112_83777110' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/_advanced_search.html.haml:21:in `block in __project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' /project/app/views/carnival/shared/_advanced_search.html.haml:15:in `__project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/index.html.haml:22:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84300800/variables" for 10.0.2.2 at 2014-03-24 17:24:30 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:29:58 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (2.6ms) SELECT "admin_states".* FROM "admin_states" SQLite3::SQLException: no such table: admin_states: SELECT "admin_states".* FROM "admin_states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (70.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (179.9ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (221.9ms) Completed 500 Internal Server Error in 421ms ActiveRecord::StatementInvalid - SQLite3::SQLException: no such table: admin_states: SELECT "admin_states".* FROM "admin_states": activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:447:in `rescue in log' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' bullet (4.6.0) lib/bullet/active_record4.rb:10:in `to_a' activerecord (4.0.4) lib/active_record/relation/delegation.rb:12:in `collect' app/models/admin/association_common.rb:16:in `list_for_select' /project/app/views/carnival/shared/_advanced_search_field.html.haml:3:in `__project_app_views_carnival_shared__advanced_search_field_html_haml___808042112_83777110' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/_advanced_search.html.haml:21:in `block in __project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' /project/app/views/carnival/shared/_advanced_search.html.haml:15:in `__project_app_views_carnival_shared__advanced_search_html_haml___330764286_79912060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/index.html.haml:22:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81195300/variables" for 10.0.2.2 at 2014-03-24 17:30:00 +0000 Admin::State Load (2.6ms) SELECT "admin_states".* FROM "admin_states" SQLite3::SQLException: no such table: admin_states: SELECT "admin_states".* FROM "admin_states" Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:31:32 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Admin::State Load (4.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (59.3ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (33.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (242.1ms)  (2.0ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (122.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (474.5ms) Completed 500 Internal Server Error in 704ms ActionController::UrlGenerationError - No route matches {:action=>"new", :controller=>"carnival/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/models/carnival/action.rb:21:in `path' /project/app/views/carnival/index.html.haml:26:in `block in __project_app_views_carnival_index_html_haml__651936809_80821720' /project/app/views/carnival/index.html.haml:25:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83158430/variables" for 10.0.2.2 at 2014-03-24 17:31:34 +0000 Started POST "/__better_errors/83158430/variables" for 10.0.2.2 at 2014-03-24 17:33:12 +0000 Started POST "/__better_errors/83158430/variables" for 10.0.2.2 at 2014-03-24 17:33:31 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:34:45 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (3.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (33.1ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (27.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (207.0ms)  (1.8ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.5ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.7ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (24.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (343.5ms) Completed 500 Internal Server Error in 543ms RuntimeError - : /project/app/models/carnival/action.rb:18:in `path' /project/app/views/carnival/index.html.haml:26:in `block in __project_app_views_carnival_index_html_haml__651936809_80821720' /project/app/views/carnival/index.html.haml:25:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-621632958/variables" for 10.0.2.2 at 2014-03-24 17:34:47 +0000 Started POST "/__better_errors/-621632958/eval" for 10.0.2.2 at 2014-03-24 17:34:54 +0000 Started POST "/__better_errors/-621632958/eval" for 10.0.2.2 at 2014-03-24 17:35:01 +0000 Started POST "/__better_errors/-621632958/eval" for 10.0.2.2 at 2014-03-24 17:35:08 +0000 Started POST "/__better_errors/-621632958/eval" for 10.0.2.2 at 2014-03-24 17:35:53 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:38:39 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (27.1ms) Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (30.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (240.1ms)  (1.5ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (22.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (368.5ms) Completed 500 Internal Server Error in 577ms ActionController::UrlGenerationError - No route matches {:action=>"new", :controller=>"Admin/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/models/carnival/action.rb:21:in `path' /project/app/views/carnival/index.html.haml:26:in `block in __project_app_views_carnival_index_html_haml__651936809_80821720' /project/app/views/carnival/index.html.haml:25:in `__project_app_views_carnival_index_html_haml__651936809_80821720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81321190/variables" for 10.0.2.2 at 2014-03-24 17:38:41 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:38:57 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (30.9ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (27.2ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (215.2ms)  (3.3ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (3.3ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.5ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (38.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (749.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (1173.2ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (111.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (4.5ms) Completed 200 OK in 2273ms (Views: 2131.5ms | ActiveRecord: 32.6ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:00 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:00 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:01 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:01 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:01 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:01 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:02 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:02 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:03 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:03 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:04 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:04 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:04 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:05 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:39:05 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:39:05 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:39:06 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:39:06 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 17:39:06 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:39:06 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395682743193" for 10.0.2.2 at 2014-03-24 17:39:06 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395682743193"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 15ms (Views: 5.5ms | ActiveRecord: 6.4ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 17:39:07 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 17:39:07 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 17:39:07 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 17:39:07 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-03-24 17:39:08 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (71.9ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:39:25 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.9ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.4ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (187.2ms)  (1.4ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.5ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.8ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (54.0ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (458.4ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 785ms (Views: 768.7ms | ActiveRecord: 12.6ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:26 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:26 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:26 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:26 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:27 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:39:28 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:28 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:28 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:28 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:28 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:29 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:29 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:29 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:39:30 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:39:31 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:39:31 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 17:39:31 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:39:32 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 17:39:32 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395682768773" for 10.0.2.2 at 2014-03-24 17:39:32 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395682768773"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (9.1ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 20ms (Views: 4.3ms | ActiveRecord: 12.4ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 17:39:32 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 17:39:33 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 17:39:33 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-03-24 17:39:47 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 36ms NameError - uninitialized constant Carnival::CityPresenter: activesupport (4.0.4) lib/active_support/dependencies.rb:501:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:44:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__906135399__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81885410/variables" for 10.0.2.2 at 2014-03-24 17:39:47 +0000 Started POST "/__better_errors/81885410/variables" for 10.0.2.2 at 2014-03-24 17:39:57 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-03-24 17:40:59 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (69.0ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (65.0ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (31.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__317310291__624118478 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (321.8ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (370.1ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (42.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 849ms (Views: 733.9ms | ActiveRecord: 19.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:01 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:03 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:03 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:03 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:05 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:41:05 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:41:06 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:41:06 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:41:06 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:41:07 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:41:07 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-03-24 17:41:07 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:41:07 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-03-24 17:41:14 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 454ms ActionView::MissingTemplate - Missing template layouts/admin/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:81:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:88:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `block in find_layout' actionpack (4.0.4) lib/action_view/lookup_context.rb:235:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `find_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:47:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:45:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__345902451__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1009611324__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-626028618/variables" for 10.0.2.2 at 2014-03-24 17:41:15 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-03-24 17:41:32 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (15.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__317310291__624118478 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (121.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (172.4ms) Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 677ms (Views: 568.6ms | ActiveRecord: 18.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:34 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:34 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:35 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:35 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:35 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:35 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:37 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:37 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:41:38 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:41:38 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:41:39 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:41:39 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:41:39 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:41:39 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:41:40 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:41:40 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-03-24 17:43:22 +0000 ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (65.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___966798488_82145970 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (698.0ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (808.4ms) Carnival::AdminUserNotification Load (2.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (173.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.1ms) Completed 200 OK in 2011ms (Views: 1835.1ms | ActiveRecord: 11.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:25 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:26 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:26 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:26 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:26 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:26 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:27 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:27 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:27 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:27 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:43:27 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:28 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:28 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:28 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:28 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:28 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:29 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:29 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:29 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:43:30 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:43:30 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:44:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:44:27 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:44:27 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:44:27 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:44:28 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:44:28 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-03-24 17:44:28 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___966798488_82145970 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (94.5ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (139.9ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 504ms (Views: 496.3ms | ActiveRecord: 4.7ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:30 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:30 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:44:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:44:33 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:45:37 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:45:38 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:45:38 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:45:39 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:45:39 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:45:39 +0000 Started POST "/admin/countries" for 10.0.2.2 at 2014-03-24 17:46:10 +0000 Processing by Admin::CountriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (18.8ms) INSERT INTO "countries" ("code", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["code", "BR"], ["created_at", Mon, 24 Mar 2014 17:46:10 UTC +00:00], ["name", "Brasil"], ["updated_at", Mon, 24 Mar 2014 17:46:10 UTC +00:00]]  (4.2ms) commit transaction Redirected to http://localhost:3013/admin/countries/1 Completed 302 Found in 247ms (ActiveRecord: 24.9ms) Started GET "/admin/countries/1" for 10.0.2.2 at 2014-03-24 17:46:10 +0000 Processing by Admin::CountriesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (130.2ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 543ms (Views: 529.0ms | ActiveRecord: 7.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:12 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:12 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:12 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:12 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:13 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:13 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:13 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:14 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:14 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:15 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:15 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:16 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:16 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:16 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:46:17 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:46:17 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:46:18 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:46:18 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:46:18 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:46:19 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-03-24 17:46:27 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (157.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (5.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (4.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (381.2ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 931ms (Views: 811.7ms | ActiveRecord: 5.5ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:33 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:34 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 17:46:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:46:34 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:46:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:46:35 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:46:35 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 17:46:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:46:36 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395683192418" for 10.0.2.2 at 2014-03-24 17:46:36 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395683192418"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (3.1ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (183.5ms) Completed 200 OK in 580ms (Views: 570.0ms | ActiveRecord: 6.7ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 17:46:37 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 17:46:37 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 17:46:37 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-03-24 17:46:38 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 440ms ActionView::MissingTemplate - Missing template layouts/admin/admin with {:locale=>[:pt], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:81:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:88:in `resolve_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `block in find_layout' actionpack (4.0.4) lib/action_view/lookup_context.rb:235:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:71:in `find_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:55:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__837904889__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__578761275__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/82007250/variables" for 10.0.2.2 at 2014-03-24 17:46:39 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-03-24 17:46:57 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (38.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (191.9ms)  (1.5ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (92.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (90.7ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (535.3ms) Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (42.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1019ms (Views: 860.9ms | ActiveRecord: 24.1ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:46:59 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:00 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:00 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:00 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:00 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:01 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:01 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:01 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:01 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:03 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:03 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:03 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:03 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:04 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:04 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:47:04 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:47:04 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:47:05 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:47:05 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 17:47:05 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:47:06 +0000 Started GET "/admin/states.json?scope=all&from=2014-03-24&to=2014-03-24&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395683222537" for 10.0.2.2 at 2014-03-24 17:47:06 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395683222537"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 14ms (Views: 5.1ms | ActiveRecord: 5.1ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 17:47:06 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 17:47:06 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 17:47:06 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 17:47:07 +0000 Started GET "/admin/states/new" for 10.0.2.2 at 2014-03-24 17:47:08 +0000 Processing by Admin::StatesController#new as HTML Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___966798488_82145970 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (211.8ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (258.5ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 685ms (Views: 672.5ms | ActiveRecord: 7.5ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:09 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:09 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:10 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:10 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:11 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:13 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:13 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:13 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:47:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:47:14 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:47:14 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:47:14 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:47:15 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:47:15 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-03-24 17:47:15 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:47:15 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-03-24 17:47:23 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo=", "admin_state"=>{"name"=>"São Paulo", "code"=>"SP", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (4.5ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "SP"], ["country_id", 1], ["created_at", Mon, 24 Mar 2014 17:47:24 UTC +00:00], ["name", "São Paulo"], ["updated_at", Mon, 24 Mar 2014 17:47:24 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3013/admin/states/1 Completed 302 Found in 157ms (ActiveRecord: 11.3ms) Started GET "/admin/states/1" for 10.0.2.2 at 2014-03-24 17:47:24 +0000 Processing by Admin::StatesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", "1"]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (109.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 451ms (Views: 437.8ms | ActiveRecord: 8.2ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:25 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:25 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:25 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:25 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:26 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:26 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:26 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:26 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:26 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:27 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:28 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:28 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:28 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:28 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:28 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:29 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:29 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:47:29 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:47:29 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:47:30 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:47:30 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:47:30 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:47:30 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 17:47:35 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.2ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (20.0ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (240.1ms)  (1.9ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.9ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.7ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (39.6ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (471.8ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 825ms (Views: 791.6ms | ActiveRecord: 15.5ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:36 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:37 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:38 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:39 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:39 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:39 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:39 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:39 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:40 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:40 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:40 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:40 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:40 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:41 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:47:41 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:47:41 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:47:41 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:47:42 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 17:47:42 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:47:42 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395683259265" for 10.0.2.2 at 2014-03-24 17:47:42 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395683259265"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 15ms (Views: 4.7ms | ActiveRecord: 5.9ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 17:47:43 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 17:47:43 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 17:47:43 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 17:47:43 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-03-24 17:47:46 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.4ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___966798488_82145970 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (158.7ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (198.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 545ms (Views: 532.9ms | ActiveRecord: 8.2ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:47 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:47 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:48 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:48 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:48 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:48 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:49 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:50 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:47:51 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:47:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:47:51 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:47:52 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:47:52 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 17:47:52 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:47:52 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:47:53 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-03-24 17:47:53 +0000 Started POST "/admin/cities" for 10.0.2.2 at 2014-03-24 17:48:01 +0000 Processing by Admin::CitiesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo=", "admin_city"=>{"name"=>"São Paulo", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (5.6ms) INSERT INTO "cities" ("country_id", "created_at", "name", "state_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["country_id", 1], ["created_at", Mon, 24 Mar 2014 17:48:01 UTC +00:00], ["name", "São Paulo"], ["state_id", 1], ["updated_at", Mon, 24 Mar 2014 17:48:01 UTC +00:00]]  (4.9ms) commit transaction Redirected to http://localhost:3013/admin/cities/1 Completed 302 Found in 158ms (ActiveRecord: 13.0ms) Started GET "/admin/cities/1" for 10.0.2.2 at 2014-03-24 17:48:01 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (50.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 395ms (Views: 378.2ms | ActiveRecord: 9.6ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:02 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:02 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:03 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 17:48:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:04 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:04 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:05 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:05 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:06 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 17:48:06 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 17:48:06 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 17:48:07 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 17:48:07 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 17:48:07 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 17:48:07 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 17:48:08 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 18:14:50 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.6ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (156.7ms)  (2.3ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.5ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.7ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (34.0ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (376.6ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 704ms (Views: 685.1ms | ActiveRecord: 14.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:51 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:52 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:53 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:53 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:53 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:14:53 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:53 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:55 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:55 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:55 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:55 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:14:56 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:14:56 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:14:56 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:14:57 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:14:57 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:14:57 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:14:58 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395684894216" for 10.0.2.2 at 2014-03-24 18:14:58 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395684894216"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.6ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (169.5ms) Completed 200 OK in 492ms (Views: 479.9ms | ActiveRecord: 8.4ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:14:58 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:14:59 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:14:59 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:14:59 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-24 18:15:22 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (108.4ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (293.1ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 626ms (Views: 602.4ms | ActiveRecord: 5.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:23 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:23 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:24 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:24 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:24 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:24 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:24 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:25 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:26 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:26 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:26 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:26 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:27 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:27 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:27 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:27 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:27 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:15:28 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:15:28 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:15:28 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:15:28 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:15:29 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:15:29 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:15:29 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684926189" for 10.0.2.2 at 2014-03-24 18:15:29 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684926189"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (3.4ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (223.1ms) Completed 200 OK in 534ms (Views: 523.5ms | ActiveRecord: 6.9ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:15:30 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-24 18:15:30 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-24 18:15:31 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:15:31 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:15:31 +0000 Started GET "/admin/admin_users.json?sEcho=2&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=t&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684926190" for 10.0.2.2 at 2014-03-24 18:16:00 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"2", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"t", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684926190"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE (id like '%t%' or name like '%t%' or email like '%t%') ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (28.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (28.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (202.9ms) Completed 200 OK in 484ms (Views: 472.8ms | ActiveRecord: 6.0ms) Started GET "/admin/admin_users.json?sEcho=3&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=te&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684926191" for 10.0.2.2 at 2014-03-24 18:16:00 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"3", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"te", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684926191"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE (id like '%te%' or name like '%te%' or email like '%te%') ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 12ms (Views: 3.4ms | ActiveRecord: 4.9ms) Started GET "/admin/admin_users.json?sEcho=4&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=t&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684926192" for 10.0.2.2 at 2014-03-24 18:16:03 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"4", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"t", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684926192"} Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE (id like '%t%' or name like '%t%' or email like '%t%') ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (62.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (215.4ms) Completed 200 OK in 537ms (Views: 528.9ms | ActiveRecord: 4.4ms) Started GET "/admin/admin_users.json?sEcho=5&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684926193" for 10.0.2.2 at 2014-03-24 18:16:04 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"5", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684926193"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (30.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (233.6ms) Completed 200 OK in 546ms (Views: 536.5ms | ActiveRecord: 5.7ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-24 18:16:05 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (102.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (309.6ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (1.3ms) Completed 200 OK in 678ms (Views: 668.1ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:06 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:07 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:07 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:07 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:07 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:08 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:08 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:08 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:08 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:08 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:16:09 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:09 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:09 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:09 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:11 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:11 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:16:11 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:16:11 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:16:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:16:12 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:16:12 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:16:12 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:16:13 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:16:13 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395684969668" for 10.0.2.2 at 2014-03-24 18:16:13 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395684969668"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (215.5ms) Completed 200 OK in 528ms (Views: 519.0ms | ActiveRecord: 5.4ms) Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-24 18:16:14 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-24 18:16:14 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:16:14 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:16:14 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-03-24 18:19:33 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (105.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (247.6ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (36.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 612ms (Views: 589.7ms | ActiveRecord: 5.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:34 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:35 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:35 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:35 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:35 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:36 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:36 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:36 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:36 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:37 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:37 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:37 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:37 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:38 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:39 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:39 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:19:39 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:19:39 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:19:40 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:19:40 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:19:40 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:19:40 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685177454" for 10.0.2.2 at 2014-03-24 18:19:41 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685177454"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (177.4ms) Completed 200 OK in 589ms (Views: 580.0ms | ActiveRecord: 4.5ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:19:41 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:19:42 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:19:42 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-03-24 18:19:51 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (156.9ms)  (1.2ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.6ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (40.0ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (370.8ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 719ms (Views: 704.6ms | ActiveRecord: 11.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:53 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:54 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:54 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:54 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:54 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:19:54 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:55 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:55 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:55 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:55 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:55 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:56 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:57 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:19:57 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:19:57 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:19:57 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:19:58 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:19:58 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:19:58 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:19:58 +0000 Started GET "/admin/states.json?scope=all&from=2014-03-24&to=2014-03-24&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685195425" for 10.0.2.2 at 2014-03-24 18:19:59 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685195425"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 17ms (Views: 6.2ms | ActiveRecord: 6.0ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:19:59 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:19:59 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:19:59 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:20:00 +0000 Started GET "/admin/states.json?scope=national&from=2014-03-24&to=2014-03-24&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685195426" for 10.0.2.2 at 2014-03-24 18:20:01 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"national", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685195426"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from as_json at /project/app/datatable/carnival/generic_datatable.rb:36)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') AND (states.created_at between '2014-03-24' and '2014-03-24') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from data at /project/app/datatable/carnival/generic_datatable.rb:80) SQL (1.8ms) SELECT "states"."id" AS t0_r0, "states"."name" AS t0_r1, "states"."code" AS t0_r2, "states"."country_id" AS t0_r3, "states"."created_at" AS t0_r4, "states"."updated_at" AS t0_r5, "countries"."id" AS t1_r0, "countries"."name" AS t1_r1, "countries"."code" AS t1_r2, "countries"."created_at" AS t1_r3, "countries"."updated_at" AS t1_r4 FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') AND (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 70ms (Views: 61.2ms | ActiveRecord: 5.1ms) Started GET "/admin/states.json?scope=all&from=2014-03-24&to=2014-03-24&sEcho=3&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685195427" for 10.0.2.2 at 2014-03-24 18:20:03 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"3", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685195427"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 14ms (Views: 4.1ms | ActiveRecord: 5.7ms) Started GET "/assets/carnival/search-button.png" for 10.0.2.2 at 2014-03-24 18:20:06 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-03-24 18:20:06 +0000 Started GET "/admin/states.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=4&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685195428" for 10.0.2.2 at 2014-03-24 18:20:08 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"4", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685195428"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-01' and '2014-03-31') Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-01' and '2014-03-31') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (163.5ms) Completed 200 OK in 505ms (Views: 495.0ms | ActiveRecord: 6.7ms) Started GET "/admin/states/1" for 10.0.2.2 at 2014-03-24 18:22:55 +0000 Processing by Admin::StatesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", "1"]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (43.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 371ms (Views: 357.6ms | ActiveRecord: 8.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:56 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:58 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:22:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:22:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:00 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:23:00 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:23:01 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:23:01 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:23:01 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 18:23:02 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:23:02 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-03-24 18:23:11 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (166.6ms)  (2.3ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (39.5ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (382.6ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 702ms (Views: 686.7ms | ActiveRecord: 12.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:13 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:13 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:13 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:13 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:13 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:14 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:15 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:15 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:15 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:15 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:15 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:16 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:16 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:16 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:17 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:17 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:17 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:23:17 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:23:18 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:23:18 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:23:18 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:23:18 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:23:19 +0000 Started GET "/admin/states.json?scope=all&from=2014-03-24&to=2014-03-24&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685395385" for 10.0.2.2 at 2014-03-24 18:23:19 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685395385"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 13ms (Views: 4.5ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:23:19 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:23:19 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:23:20 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:23:20 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-03-24 18:23:28 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-03-24 18:23:28 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.2ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.5ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (148.2ms)  (1.6ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.0ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.3ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (71.7ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (400.6ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 738ms (Views: 722.3ms | ActiveRecord: 12.5ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:31 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:23:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:34 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:34 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:23:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:23:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:23:34 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:23:35 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:23:35 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:23:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:23:35 +0000 Started GET "/admin/states.json?scope=all&from=2014-03-24&to=2014-03-24&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1395685412523" for 10.0.2.2 at 2014-03-24 18:23:36 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-24", "to"=>"2014-03-24", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1395685412523"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-03-24' and '2014-03-24') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 14ms (Views: 4.2ms | ActiveRecord: 5.1ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:23:36 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:23:36 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:23:36 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:23:37 +0000 Started GET "/assets/carnival/search-button.png" for 10.0.2.2 at 2014-03-24 18:24:13 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-03-24 18:24:13 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 18:25:05 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.3ms) Admin::Country Load (1.2ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (158.5ms)  (1.5ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (2.6ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.4ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (41.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (372.5ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 687ms (Views: 670.1ms | ActiveRecord: 13.2ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:06 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:07 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:07 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:07 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:07 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:09 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:10 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:10 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:25:11 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:25:11 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:25:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:25:11 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:25:12 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:25:12 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:25:12 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395685509159" for 10.0.2.2 at 2014-03-24 18:25:12 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395685509159"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Admin::State Load (2.5ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.3ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (160.2ms) Completed 200 OK in 542ms (Views: 529.3ms | ActiveRecord: 9.0ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:25:13 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:25:13 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:25:13 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:25:14 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-24 18:26:26 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (150.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (344.3ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 673ms (Views: 664.8ms | ActiveRecord: 4.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:28 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:28 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:29 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:26:30 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:30 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:31 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:32 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:32 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:26:32 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:26:32 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:26:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:26:33 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:26:33 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:26:33 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:26:34 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:26:34 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395685590738" for 10.0.2.2 at 2014-03-24 18:26:34 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395685590738"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (30.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (221.3ms) Completed 200 OK in 528ms (Views: 519.2ms | ActiveRecord: 5.4ms) Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-24 18:26:35 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-24 18:26:35 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:26:35 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:26:35 +0000 Started DELETE "/admin/carnival/sessions/sign_out" for 10.0.2.2 at 2014-03-24 18:27:02 +0000 Processing by Carnival::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"wEFTWoRpz3nu9aFL0F8mLn+N7tK91fBUh25N4kULeTo="} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3013/ Completed 302 Found in 63ms (ActiveRecord: 1.9ms) Started GET "/" for 10.0.2.2 at 2014-03-24 18:27:02 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 18:27:07 +0000 Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 11ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 18:27:08 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/devise/shared/_links.erb (4.8ms) Rendered /project/app/views/devise/sessions/new.html.erb within layouts/application (128.5ms) Completed 200 OK in 401ms (Views: 385.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-03-24 18:27:09 +0000 Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-03-24 18:27:09 +0000 Started GET "/admin/carnival/sessions/auth/facebook" for 10.0.2.2 at 2014-03-24 18:27:14 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 18:27:50 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/devise/shared/_links.erb (1.1ms) Rendered /project/app/views/devise/sessions/new.html.erb within layouts/application (40.6ms) Completed 200 OK in 253ms (Views: 250.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-03-24 18:27:50 +0000 Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-03-24 18:27:51 +0000 Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 18:28:15 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5OsQ+uTCC+fpo9pmGW+ufqdu1T9aHEltsJ3vUJYMoY=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (4.5ms) UPDATE "admin_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["current_sign_in_at", Mon, 24 Mar 2014 18:28:15 UTC +00:00], ["sign_in_count", 2], ["updated_at", Mon, 24 Mar 2014 18:28:15 UTC +00:00]]  (2.5ms) commit transaction Redirected to http://localhost:3013/admin Completed 302 Found in 130ms (ActiveRecord: 9.5ms) Started GET "/admin" for 10.0.2.2 at 2014-03-24 18:28:15 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (107.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (297.7ms) Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 634ms (Views: 625.9ms | ActiveRecord: 4.7ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:16 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:17 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:17 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:17 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:17 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:17 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:18 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:19 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:19 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:19 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:19 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:19 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:20 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:28:21 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:28:21 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:28:21 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:28:21 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:28:22 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:28:22 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:28:22 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-24 18:28:22 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395685699161" for 10.0.2.2 at 2014-03-24 18:28:23 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395685699161"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (239.3ms) Completed 200 OK in 586ms (Views: 575.6ms | ActiveRecord: 6.0ms) Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-24 18:28:23 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:28:24 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:28:24 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 18:31:52 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.4ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (145.7ms)  (1.3ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.4ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.6ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (50.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (40.5ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (392.9ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 719ms (Views: 703.4ms | ActiveRecord: 12.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:53 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:53 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:53 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:54 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:54 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:54 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:54 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:54 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:55 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:55 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:31:55 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:55 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:55 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:57 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:57 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:57 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:57 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 18:31:57 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:31:58 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:31:58 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:31:58 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:31:58 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 18:31:59 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:31:59 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395685916066" for 10.0.2.2 at 2014-03-24 18:31:59 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395685916066"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (6.7ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (163.8ms) Completed 200 OK in 496ms (Views: 483.0ms | ActiveRecord: 8.8ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 18:32:00 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 18:32:00 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 18:32:00 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 18:32:01 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-03-24 18:32:06 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (10.8ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___966798488_82145970 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (160.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (206.5ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 560ms (Views: 538.7ms | ActiveRecord: 15.4ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:08 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:08 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:08 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:08 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:08 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:32:09 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:10 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:10 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:10 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:10 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:32:12 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:32:12 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:32:13 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-24 18:32:13 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 18:32:13 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:32:13 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:32:14 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-03-24 18:32:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:32:14 +0000 Started GET "/admin/cities/1" for 10.0.2.2 at 2014-03-24 18:34:47 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (52.8ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 382ms (Views: 367.8ms | ActiveRecord: 9.6ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:49 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:49 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:49 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:49 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:49 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:50 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:51 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:51 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:52 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:52 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 18:34:52 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 18:34:53 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 18:34:53 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 18:34:53 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-24 18:34:53 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 18:34:54 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 18:34:54 +0000 Started GET "/" for 10.0.2.2 at 2014-03-24 21:02:19 +0000 ActiveRecord::SchemaMigration Load (4.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (30.5ms) Completed 200 OK in 95ms (Views: 94.6ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 21:02:24 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (40.7ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (41.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (305.2ms)  (1.7ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (3.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:66)  (1.7ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (159.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (659.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (1333.6ms) Carnival::AdminUserNotification Load (2.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (93.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (39.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.3ms) Completed 200 OK in 2700ms (Views: 2359.5ms | ActiveRecord: 26.6ms) Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:28 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:28 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:28 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:29 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:29 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:29 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:30 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:30 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:30 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:30 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:30 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 21:02:31 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 21:02:31 +0000 Started GET "/admin/cities.json?scope=all&from=2014-03-01&to=2014-03-31&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1395694949039" for 10.0.2.2 at 2014-03-24 21:02:31 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-03-01", "to"=>"2014-03-31", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1395694949039"} Carnival::AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-03-01' and '2014-03-31') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (19.9ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (231.2ms) Completed 200 OK in 648ms (Views: 631.8ms | ActiveRecord: 11.0ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 21:02:32 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-03-24 21:02:32 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-24 21:02:33 +0000 Started DELETE "/admin/carnival/sessions/sign_out" for 10.0.2.2 at 2014-03-24 21:02:33 +0000 Processing by Carnival::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"AfPNdvoY6Hman+q5lFjP2UrZv98wCq84VvjNLKitGJI="} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3013/ Completed 302 Found in 52ms (ActiveRecord: 2.1ms) Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-03-24 21:02:33 +0000 Started GET "/" for 10.0.2.2 at 2014-03-24 21:02:33 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 21:02:38 +0000 Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 11ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 21:02:38 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/devise/shared/_links.erb (2.8ms) Rendered /project/app/views/devise/sessions/new.html.erb within layouts/application (134.8ms) Completed 200 OK in 411ms (Views: 397.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-03-24 21:02:39 +0000 Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-03-24 21:02:39 +0000 Started GET "/admin/carnival/sessions/auth/facebook" for 10.0.2.2 at 2014-03-24 21:02:42 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 21:26:10 +0000 ActiveRecord::SchemaMigration Load (3.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 118ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 21:26:11 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (3.7ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/application (213.7ms) Completed 200 OK in 588ms (Views: 511.5ms | ActiveRecord: 2.0ms) Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-03-24 21:26:12 +0000 Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-03-24 21:26:12 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 21:57:28 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.8ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (35.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (37.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.4ms) Completed 200 OK in 919ms (Views: 896.9ms | ActiveRecord: 4.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:32 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:32 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:32 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 21:57:32 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:33 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:33 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:33 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:33 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:34 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:34 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:34 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:57:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 21:57:35 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 21:57:35 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 21:57:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 21:57:35 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 21:58:19 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.9ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (35.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (106.0ms) Completed 500 Internal Server Error in 377ms NameError - undefined local variable or method `current_user' for #<#:0xaaacc24>: /project/app/views/layouts/carnival/_menu.html.haml:2:in `__project_app_views_layouts_carnival__menu_html_haml___470645726_83487400' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/layouts/carnival/admin.html.haml:39:in `__project_app_views_layouts_carnival_admin_html_haml__515412453_84116140' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' devise (3.2.4) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:423:in `_run__1033338339__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/routing/mapper.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__966635947__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/85845300/variables" for 10.0.2.2 at 2014-03-24 21:58:20 +0000 Started POST "/__better_errors/85845300/eval" for 10.0.2.2 at 2014-03-24 21:58:42 +0000 Started POST "/__better_errors/85845300/eval" for 10.0.2.2 at 2014-03-24 21:58:53 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 21:59:02 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (26.3ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (54.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 334ms (Views: 332.5ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:02 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:03 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:03 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:04 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:05 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:05 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:06 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 21:59:06 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 21:59:07 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:06:03 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.1ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (26.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 305ms (Views: 303.3ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:04 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:04 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:05 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:05 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:06 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:06 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:07 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:07 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:08 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:06:08 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:06:09 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:06:09 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:06:56 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.3ms) Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (30.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 311ms (Views: 309.3ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:57 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:57 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:57 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:57 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:57 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:06:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:59 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:59 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:59 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:06:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:00 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:01 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:07:01 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:07:01 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:07:01 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:07:17 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/sessions/new.html.erb within layouts/carnival/admin (3.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 295ms (Views: 293.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:18 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:18 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:19 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:19 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:19 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:19 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:20 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:20 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:07:20 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:20 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:20 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:21 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:21 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:21 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:21 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:22 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:22 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:07:22 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:07:22 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:07:23 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:07:23 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:11:33 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/shared/_links.erb (23.6ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (55.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 322ms (Views: 320.8ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:34 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:34 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:34 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:34 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:35 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:35 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:35 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:36 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:37 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:11:38 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:11:38 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:11:38 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:11:39 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:12:08 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (3.7ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (41.9ms) Completed 500 Internal Server Error in 116ms Haml::SyntaxError - Illegal element: classes and ids must have values.: haml (4.0.5) lib/haml/parser.rb:525:in `parse_tag' haml (4.0.5) lib/haml/parser.rb:332:in `tag' haml (4.0.5) lib/haml/parser.rb:411:in `div' haml (4.0.5) lib/haml/parser.rb:209:in `process_line' haml (4.0.5) lib/haml/parser.rb:121:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionpack (4.0.4) lib/action_view/template.rb:272:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/admin_users/sessions/new.html.haml:16:in `__project_app_views_admin_users_sessions_new_html_haml___466954631_83475840' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' devise (3.2.4) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:423:in `_run__1033338339__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/routing/mapper.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__966635947__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78770830/variables" for 10.0.2.2 at 2014-03-24 22:12:09 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:12:40 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (4.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (48.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 330ms (Views: 328.1ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:41 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:41 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:42 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:42 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:42 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:42 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:43 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:43 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:43 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:12:43 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:43 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:44 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:44 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:44 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:45 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:45 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:12:45 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:12:46 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:12:46 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:12:46 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:14:14 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (4.6ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (41.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 349ms (Views: 347.0ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:15 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:15 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:15 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:15 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:14:17 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:17 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:17 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:18 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:18 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:19 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:14:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:14:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:14:19 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:14:20 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:16:22 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (3.6ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 315ms (Views: 312.7ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:22 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:23 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:23 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:23 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:23 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:24 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:25 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:25 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:25 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:25 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:25 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:26 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:26 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:16:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:16:27 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:16:27 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:16:27 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:17:17 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (38.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 338ms (Views: 335.1ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:18 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:19 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:19 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:19 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:19 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:20 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:20 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:20 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:17:20 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:20 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:22 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:22 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:17:22 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:17:22 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:17:23 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:17:23 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:18:04 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.3ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (38.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 334ms (Views: 332.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:06 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:06 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:06 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:07 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:08 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:10 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:18:10 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:18:11 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:18:11 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:18:43 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.3ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (42.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 327ms (Views: 324.7ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:44 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:44 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:44 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:44 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:44 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:45 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:45 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:45 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:45 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:45 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:18:46 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:46 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:46 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:46 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:46 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:47 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:47 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:48 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:18:48 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:18:48 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:18:48 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:18:49 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:19:37 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (36.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 584ms (Views: 582.8ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:38 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:38 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:38 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:39 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:39 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:39 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:39 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:40 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:40 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:19:40 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:40 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:41 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:19:42 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:19:43 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:19:43 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:19:43 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:20:19 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.6ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (38.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 385ms (Views: 383.0ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:20 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:20 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:20 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:21 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:21 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:21 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:21 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:21 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:22 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:20:22 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:22 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:22 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:22 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:23 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:23 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:23 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:24 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:24 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:20:24 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:20:24 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:20:25 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:20:25 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:21:20 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (45.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 549ms (Views: 547.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:22 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:22 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:22 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:23 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:23 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:23 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:23 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:24 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:21:24 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:24 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:24 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:24 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:25 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:25 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:25 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:26 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:26 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:21:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:21:26 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:21:26 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:21:27 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:23:28 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (35.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 532ms (Views: 530.7ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:23:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:23:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:23:33 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:23:34 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:23:34 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:24:28 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (40.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 525ms (Views: 523.6ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:30 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:30 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:30 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:31 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:24:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:24:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:24:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:24:34 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:24:34 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:25:03 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (37.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 518ms (Views: 516.5ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:04 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:05 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:07 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:07 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:08 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:25:09 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:25:09 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:25:09 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:25:10 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (43.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 519ms (Views: 517.4ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:12 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:12 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:12 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:12 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:13 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:13 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:13 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:14 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:14 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:16 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:25:16 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:25:16 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:25:17 +0000 Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:25:36 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"73K5ZHV85JqbA/WS7bxnmfESLzBIiJwo4OngMq/Xl7E=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (49.5ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Mon, 24 Mar 2014 18:28:15 UTC +00:00], ["current_sign_in_at", Mon, 24 Mar 2014 22:25:37 UTC +00:00], ["sign_in_count", 3], ["updated_at", Mon, 24 Mar 2014 22:25:37 UTC +00:00]]  (4.2ms) commit transaction Redirected to http://localhost:3013/admin Completed 302 Found in 193ms (ActiveRecord: 60.9ms) Started GET "/admin" for 10.0.2.2 at 2014-03-24 22:25:37 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (155.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (5.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (4.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (367.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (109.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 902ms (Views: 785.5ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:38 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:39 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:39 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:39 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:40 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:40 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:40 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:40 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:40 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:42 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:43 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:43 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:43 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-24 22:25:43 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-24 22:25:44 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:25:44 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:25:45 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-24 22:25:45 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:25:45 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:25:45 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395699941577" for 10.0.2.2 at 2014-03-24 22:25:46 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395699941577"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (234.1ms) Completed 200 OK in 548ms (Views: 538.7ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-24 22:25:47 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-24 22:25:47 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-24 22:25:47 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-24 22:25:47 +0000 Started DELETE "/admin/carnival/sessions/sign_out" for 10.0.2.2 at 2014-03-24 22:28:13 +0000 Processing by Carnival::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"OKwfc6UZYVjgfK46lMwXgStnMR9cY2Lbu99s3h2MjJU="} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3013/ Completed 302 Found in 35ms (ActiveRecord: 1.7ms) Started GET "/" for 10.0.2.2 at 2014-03-24 22:28:13 +0000 Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-03-24 22:28:18 +0000 Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:28:18 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.3ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 553ms (Views: 550.8ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:19 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:19 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:20 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:20 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:20 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:21 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:21 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:21 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:28:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:21 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:22 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:22 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:22 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:28:23 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:28:24 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:28:24 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:28:24 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:28:26 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:30:06 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (0.9ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (37.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 392ms (Views: 390.8ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:07 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:07 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:07 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:08 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:08 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:08 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:08 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:08 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:09 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:09 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:09 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:09 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:09 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:10 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:10 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:10 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:10 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:11 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:11 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:30:12 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:30:12 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:30:12 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:30:46 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (43.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 334ms (Views: 331.9ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:47 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:47 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:48 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:48 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:48 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:48 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:49 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:49 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:30:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:50 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:50 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:30:51 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:30:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:30:52 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:30:52 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:30:55 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:39:40 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (37.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 528ms (Views: 525.7ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:41 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:41 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:42 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:42 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:42 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:43 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:43 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:43 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:43 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:39:43 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:44 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:44 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:44 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:45 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:45 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:45 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:39:46 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:39:46 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:39:46 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:39:46 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:39:48 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:40:08 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (40.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 502ms (Views: 499.7ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:09 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:10 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:10 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:11 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:11 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:40:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:12 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:13 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:13 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:40:14 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:40:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:40:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:40:14 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:40:16 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:42:21 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (70.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 492ms (Views: 490.6ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:22 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:22 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:23 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:23 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:23 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:23 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:24 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:24 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:42:24 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:24 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:24 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:25 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:25 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:25 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:25 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:26 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:26 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:42:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:42:26 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:42:27 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:42:27 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-24 22:42:30 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:43:41 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (160.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 681ms (Views: 679.6ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:43 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:43 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:43 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:43 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:44 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:44 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:44 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:44 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:45 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:43:45 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:45 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:45 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:46 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:46 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:47 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:43:47 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:43:47 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:43:48 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:43:48 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:45:27 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.3ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (44.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 526ms (Views: 525.1ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:45:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:31 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:45:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:45:33 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:45:33 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:45:33 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:46:08 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (37.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 486ms (Views: 484.4ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:09 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:09 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:10 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:11 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:11 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:12 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:13 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:13 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:13 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:46:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:46:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:46:14 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:46:36 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (42.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 532ms (Views: 530.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:38 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:38 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:38 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:38 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:38 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:39 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:39 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:39 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:39 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:39 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:46:40 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:40 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:40 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:40 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:41 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:46:42 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:46:42 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:46:42 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:46:43 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:48:44 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.0ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (40.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 504ms (Views: 502.3ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:45 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:45 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:45 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:45 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:46 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:46 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:46 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:46 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:46 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:47 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:48:47 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:47 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:47 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:47 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:48 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:48 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:48 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:49 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:49 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:48:49 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:48:49 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:48:49 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:48:50 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:49:46 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (6.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (44.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 328ms (Views: 325.3ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:47 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:48 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:48 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:48 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:48 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:49 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:49 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:49 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:49:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:50 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:50 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:50 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:49:51 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:49:52 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:49:52 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:49:53 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:50:47 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (35.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 497ms (Views: 494.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:48 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:48 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:49 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:49 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:49 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:49 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:50 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:51 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:51 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:52 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:52 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:50:52 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:50:52 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:50:53 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:50:53 +0000 Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:51:05 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 540ms (Views: 538.2ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:06 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:06 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:07 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:07 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:08 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:51:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:51:10 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:51:10 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:51:10 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:51:11 +0000 Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-24 22:53:21 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6M+qF/o+qxMXw1RP0o7AJhlt0YhhMv92Dq1tpkeBfhE=", "admin_user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Completed 401 Unauthorized in 1ms Processing by Carnival::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6M+qF/o+qxMXw1RP0o7AJhlt0YhhMv92Dq1tpkeBfhE=", "admin_user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Rendered /project/app/views/admin_users/shared/_links.html.haml (1.4ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (37.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 327ms (Views: 324.6ms | ActiveRecord: 0.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:22 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:22 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:22 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:22 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:23 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:23 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:23 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:23 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-24 22:53:24 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:24 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:24 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:24 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:24 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:25 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:25 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:25 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:26 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-24 22:53:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-24 22:53:26 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-24 22:53:26 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-24 22:53:27 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-25 19:11:29 +0000 ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 120ms Started GET "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-25 19:11:30 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (6.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (229.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (4.4ms) Completed 200 OK in 1444ms (Views: 1367.6ms | ActiveRecord: 2.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:33 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:33 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:33 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:33 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:34 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:34 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:34 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:34 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:34 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:11:35 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:35 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:35 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:35 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:35 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:36 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:36 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:37 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:37 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:11:37 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:11:37 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:11:38 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:11:38 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-03-25 19:11:38 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (84.6ms) Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-25 19:11:47 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p56gWcYDb5E1NSrcyROwf34Cdr415S5jw2xyPHAIeO8=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 155ms Processing by Carnival::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p56gWcYDb5E1NSrcyROwf34Cdr415S5jw2xyPHAIeO8=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Rendered /project/app/views/admin_users/shared/_links.html.haml (1.8ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 443ms (Views: 343.5ms | ActiveRecord: 0.0ms) Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-25 19:11:56 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p56gWcYDb5E1NSrcyROwf34Cdr415S5jw2xyPHAIeO8=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 100ms Processing by Carnival::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p56gWcYDb5E1NSrcyROwf34Cdr415S5jw2xyPHAIeO8=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Rendered /project/app/views/admin_users/shared/_links.html.haml (2.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (51.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 441ms (Views: 345.0ms | ActiveRecord: 0.0ms) Started POST "/admin/carnival/sessions/sign_in" for 10.0.2.2 at 2014-03-25 19:12:03 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p56gWcYDb5E1NSrcyROwf34Cdr415S5jw2xyPHAIeO8=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (55.0ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Mon, 24 Mar 2014 22:25:37 UTC +00:00], ["current_sign_in_at", Tue, 25 Mar 2014 19:12:03 UTC +00:00], ["sign_in_count", 4], ["updated_at", Tue, 25 Mar 2014 19:12:03 UTC +00:00]]  (3.6ms) commit transaction Redirected to http://localhost:3013/admin Completed 302 Found in 174ms (ActiveRecord: 60.4ms) Started GET "/admin" for 10.0.2.2 at 2014-03-25 19:12:03 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (139.8ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (9.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.6ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (417.2ms) Carnival::AdminUserNotification Load (2.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (108.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (34.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1051ms (Views: 911.6ms | ActiveRecord: 9.3ms) Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:12:05 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:12:05 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:12:05 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:12:05 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 19:12:06 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 19:12:06 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395774725086" for 10.0.2.2 at 2014-03-25 19:12:06 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395774725086"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (3.3ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (364.7ms) Completed 200 OK in 702ms (Views: 691.6ms | ActiveRecord: 7.3ms) Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 19:12:07 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 19:12:07 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 19:12:08 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 19:12:10 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (717.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (761.6ms) Completed 500 Internal Server Error in 852ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xb477880>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89640330/variables" for 10.0.2.2 at 2014-03-25 19:12:11 +0000 Started POST "/__better_errors/89640330/eval" for 10.0.2.2 at 2014-03-25 19:12:42 +0000 Started POST "/__better_errors/89640330/eval" for 10.0.2.2 at 2014-03-25 19:13:27 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 19:14:57 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (48.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (87.0ms) Completed 500 Internal Server Error in 275ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xa0bea8c>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/88781500/variables" for 10.0.2.2 at 2014-03-25 19:14:58 +0000 Started GET "/admin/admin_users/" for 10.0.2.2 at 2014-03-25 19:15:05 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (118.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (292.8ms) Carnival::AdminUserNotification Load (3.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (45.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 721ms (Views: 694.7ms | ActiveRecord: 8.9ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 19:15:06 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395774906275" for 10.0.2.2 at 2014-03-25 19:15:06 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395774906275"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (179.7ms) Completed 200 OK in 541ms (Views: 527.2ms | ActiveRecord: 9.0ms) Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 19:15:09 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (47.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (88.2ms) Completed 500 Internal Server Error in 188ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xa651f94>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84937210/variables" for 10.0.2.2 at 2014-03-25 19:15:10 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395774911766" for 10.0.2.2 at 2014-03-25 19:15:11 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395774911766"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (61.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (179.2ms) Completed 200 OK in 623ms (Views: 611.4ms | ActiveRecord: 6.6ms) Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:15:14 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (59.5ms) Completed 500 Internal Server Error in 144ms NoMethodError - undefined method `email' for nil:NilClass: /project/app/helpers/carnival/base_admin_helper.rb:67:in `field_to_show' /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml__834111300_83262020' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml__834111300_83262020' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml__834111300_83262020' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86335270/variables" for 10.0.2.2 at 2014-03-25 19:15:14 +0000 Started POST "/__better_errors/86335270/variables" for 10.0.2.2 at 2014-03-25 19:15:35 +0000 Started POST "/__better_errors/86335270/variables" for 10.0.2.2 at 2014-03-25 19:15:40 +0000 Started POST "/__better_errors/86335270/eval" for 10.0.2.2 at 2014-03-25 19:15:55 +0000 Started POST "/__better_errors/86335270/eval" for 10.0.2.2 at 2014-03-25 19:15:59 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:17:26 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (44.3ms) Completed 500 Internal Server Error in 131ms RuntimeError - : /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml__834111300_85655480' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml__834111300_85655480' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml__834111300_85655480' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86170910/variables" for 10.0.2.2 at 2014-03-25 19:17:26 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:17:33 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:17:41 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:18:11 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:18:18 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:19:36 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:19:42 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:19:52 +0000 Started POST "/__better_errors/86170910/eval" for 10.0.2.2 at 2014-03-25 19:19:58 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:20:08 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (74.3ms) Completed 500 Internal Server Error in 159ms RuntimeError - : /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml__834111300_94618850' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml__834111300_94618850' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml__834111300_94618850' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/94616770/variables" for 10.0.2.2 at 2014-03-25 19:20:09 +0000 Started POST "/__better_errors/94616770/eval" for 10.0.2.2 at 2014-03-25 19:20:12 +0000 Started POST "/__better_errors/94616770/eval" for 10.0.2.2 at 2014-03-25 19:20:24 +0000 Started POST "/__better_errors/94616770/eval" for 10.0.2.2 at 2014-03-25 19:20:31 +0000 Started POST "/__better_errors/94616770/eval" for 10.0.2.2 at 2014-03-25 19:20:45 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:21:02 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (42.4ms) Completed 500 Internal Server Error in 136ms RuntimeError - : /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml__834111300_85137130' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml__834111300_85137130' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml__834111300_85137130' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/88023910/variables" for 10.0.2.2 at 2014-03-25 19:21:02 +0000 Started POST "/__better_errors/88023910/eval" for 10.0.2.2 at 2014-03-25 19:21:05 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:21:14 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (73.4ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 452ms (Views: 440.5ms | ActiveRecord: 6.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:15 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:15 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:15 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:15 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:15 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:16 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:17 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:17 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:17 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:18 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:18 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:19 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:21:19 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 19:21:19 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:21:52 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (74.2ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 419ms (Views: 408.1ms | ActiveRecord: 6.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:53 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:53 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:53 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:54 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:54 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:54 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:54 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:54 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:55 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:21:55 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:55 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:55 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:55 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:57 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:21:57 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:21:57 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:22:38 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (144.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (40.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 616ms (Views: 511.8ms | ActiveRecord: 13.1ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:39 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:40 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:40 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:40 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:40 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:40 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:41 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:42 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:42 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:42 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:42 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:43 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:43 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:43 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:43 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:22:43 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:22:48 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (141.2ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (294.7ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 665ms (Views: 641.0ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:49 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:49 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:49 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:51 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:22:51 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:51 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:52 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:53 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:53 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:22:53 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:22:53 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395775371716" for 10.0.2.2 at 2014-03-25 19:22:54 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395775371716"} Carnival::AdminUser Load (3.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (4.7ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (55.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (48.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (219.3ms) Completed 200 OK in 713ms (Views: 696.7ms | ActiveRecord: 10.5ms) Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 19:23:09 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (46.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (87.5ms) Completed 500 Internal Server Error in 166ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xa8aaf70>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:23:09 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:12 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:14 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:15 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:16 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:17 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:21 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:25 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:26 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:28 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:31 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:32 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:24:34 +0000 Started POST "/__better_errors/-627930948/eval" for 10.0.2.2 at 2014-03-25 19:26:11 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:26:38 +0000 Started POST "/__better_errors/-627930948/eval" for 10.0.2.2 at 2014-03-25 19:26:45 +0000 Started POST "/__better_errors/-627930948/variables" for 10.0.2.2 at 2014-03-25 19:48:17 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395776899928" for 10.0.2.2 at 2014-03-25 19:48:20 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395776899928"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "admin_users" Completed 500 Internal Server Error in 131ms NameError - uninitialized class variable @@model_names in Carnival::BaseAdminPresenter: /project/app/presenters/carnival/base_admin_presenter.rb:85:in `model_name' /project/app/presenters/carnival/base_admin_presenter.rb:117:in `table_name' /project/app/datatable/carnival/generic_datatable.rb:131:in `fetch_records' /project/app/datatable/carnival/generic_datatable.rb:114:in `records' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395776899928" for 10.0.2.2 at 2014-03-25 19:48:33 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395776899928"} Carnival::AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "admin_users" Completed 500 Internal Server Error in 16ms NameError - uninitialized class variable @@model_names in Carnival::BaseAdminPresenter: /project/app/presenters/carnival/base_admin_presenter.rb:85:in `model_name' /project/app/presenters/carnival/base_admin_presenter.rb:117:in `table_name' /project/app/datatable/carnival/generic_datatable.rb:131:in `fetch_records' /project/app/datatable/carnival/generic_datatable.rb:114:in `records' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84215210/variables" for 10.0.2.2 at 2014-03-25 19:48:34 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395776899928" for 10.0.2.2 at 2014-03-25 19:48:56 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395776899928"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (52.9ms) Completed 500 Internal Server Error in 198ms NameError - wrong constant name admin_user: activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/presenters/carnival/base_admin_presenter.rb:180:in `model_class' /project/app/presenters/carnival/base_admin_presenter.rb:184:in `relation_field?' /project/app/helpers/carnival/base_admin_helper.rb:49:in `field_type' /project/app/helpers/carnival/base_admin_helper.rb:59:in `field_to_show' /project/app/views/carnival/shared/_list_cel.html.haml:1:in `__project_app_views_carnival_shared__list_cel_html_haml___515664344_85933270' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:113:in `render_to_string' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:23:in `render_to_string' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:34:in `render_to_string_with_wicked_pdf' /project/app/datatable/carnival/generic_datatable.rb:101:in `block (2 levels) in data' /project/app/datatable/carnival/generic_datatable.rb:100:in `block in data' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89513180/variables" for 10.0.2.2 at 2014-03-25 19:48:57 +0000 Started POST "/__better_errors/89513180/variables" for 10.0.2.2 at 2014-03-25 19:49:10 +0000 Started POST "/__better_errors/89513180/eval" for 10.0.2.2 at 2014-03-25 19:49:17 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395776899928" for 10.0.2.2 at 2014-03-25 19:49:38 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395776899928"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (50.2ms) Completed 500 Internal Server Error in 197ms NameError - wrong constant name carnival/admin_user: activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/presenters/carnival/base_admin_presenter.rb:180:in `model_class' /project/app/presenters/carnival/base_admin_presenter.rb:184:in `relation_field?' /project/app/helpers/carnival/base_admin_helper.rb:49:in `field_type' /project/app/helpers/carnival/base_admin_helper.rb:59:in `field_to_show' /project/app/views/carnival/shared/_list_cel.html.haml:1:in `__project_app_views_carnival_shared__list_cel_html_haml___515664344_85933270' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:113:in `render_to_string' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:23:in `render_to_string' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:34:in `render_to_string_with_wicked_pdf' /project/app/datatable/carnival/generic_datatable.rb:101:in `block (2 levels) in data' /project/app/datatable/carnival/generic_datatable.rb:100:in `block in data' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-626206348/variables" for 10.0.2.2 at 2014-03-25 19:49:39 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395776899928" for 10.0.2.2 at 2014-03-25 19:49:55 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395776899928"} Carnival::AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (45.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (29.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (231.7ms) Completed 200 OK in 641ms (Views: 530.3ms | ActiveRecord: 8.5ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:50:02 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (118.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (302.4ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (43.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 701ms (Views: 688.8ms | ActiveRecord: 8.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:03 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:03 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:03 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:04 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:04 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:05 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:05 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:06 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:08 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:08 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:50:09 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:50:09 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:50:09 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:50:10 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 19:50:10 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:50:10 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777006632" for 10.0.2.2 at 2014-03-25 19:50:10 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777006632"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (176.7ms) Completed 200 OK in 480ms (Views: 470.5ms | ActiveRecord: 5.0ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 19:50:11 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 19:50:11 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 19:50:12 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 19:50:12 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 19:50:12 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 19:50:14 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (51.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (93.6ms) Completed 500 Internal Server Error in 186ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xa91cc38>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89741320/variables" for 10.0.2.2 at 2014-03-25 19:50:15 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:50:17 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (161.6ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (363.5ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 802ms (Views: 790.9ms | ActiveRecord: 5.7ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:18 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:19 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:19 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:19 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:19 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:20 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:20 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:20 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:21 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:21 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:21 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:22 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:23 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:24 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:24 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:50:24 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:50:25 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:50:25 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:50:25 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 19:50:26 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:50:26 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777021917" for 10.0.2.2 at 2014-03-25 19:50:26 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777021917"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (190.4ms) Completed 200 OK in 526ms (Views: 517.0ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 19:50:27 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 19:50:27 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 19:50:28 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 19:50:28 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 19:50:28 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:50:29 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (95.3ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (44.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 522ms (Views: 509.9ms | ActiveRecord: 7.1ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:30 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:30 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:31 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:31 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:31 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:32 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:32 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:50:32 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:33 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:33 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:33 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:34 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:34 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:50:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:50:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:50:35 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:50:35 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:50:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:50:36 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 19:50:36 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:51:07 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (116.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (267.2ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 605ms (Views: 595.9ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:08 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:08 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:08 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:09 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:09 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:09 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:09 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:10 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:10 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:51:10 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:10 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:10 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:11 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:11 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:12 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:12 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:51:13 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:51:13 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:51:13 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:51:13 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:51:14 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 19:51:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:51:15 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 19:51:15 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777071175" for 10.0.2.2 at 2014-03-25 19:51:15 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777071175"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (164.8ms) Completed 200 OK in 485ms (Views: 476.7ms | ActiveRecord: 4.8ms) Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 19:51:16 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 19:51:16 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 19:51:16 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 19:51:17 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:55:09 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (109.0ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (266.7ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (39.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 764ms (Views: 649.6ms | ActiveRecord: 11.6ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:11 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:12 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:55:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:13 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:14 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:15 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:15 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 19:55:15 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:55:16 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 19:56:20 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:56:20 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:56:20 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:56:21 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 19:56:21 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:56:21 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777314002" for 10.0.2.2 at 2014-03-25 19:56:21 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777314002"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (174.7ms) Completed 200 OK in 525ms (Views: 516.4ms | ActiveRecord: 5.0ms) Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 19:56:22 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 19:56:22 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 19:56:23 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 19:56:23 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 19:56:41 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (85.8ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 432ms (Views: 420.4ms | ActiveRecord: 6.6ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:42 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:42 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:43 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:43 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:43 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:43 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:43 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:44 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:44 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 19:56:44 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:45 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:45 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:45 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:45 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 19:56:46 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 19:56:47 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 19:56:47 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 19:56:47 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 19:56:48 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 19:56:48 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 19:56:48 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 19:59:58 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (112.2ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (257.4ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 622ms (Views: 612.2ms | ActiveRecord: 5.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 19:59:59 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:00 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:00 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:01 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:01 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:01 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:01 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:02 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:02 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:02 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:03 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:03 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:04 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:04 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:04 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:04 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:00:05 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:00:05 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:00:06 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:00:06 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 20:00:06 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:00:07 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777603043" for 10.0.2.2 at 2014-03-25 20:00:07 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777603043"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (42.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (172.0ms) Completed 200 OK in 544ms (Views: 532.8ms | ActiveRecord: 7.1ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 20:00:07 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 20:00:08 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 20:00:08 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 20:00:08 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 20:00:08 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:00:26 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (73.8ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 399ms (Views: 387.3ms | ActiveRecord: 6.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:27 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:27 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:28 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:28 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:28 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:29 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:29 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:29 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:29 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:30 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:30 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:31 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 20:00:31 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (186.0ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (435.1ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 799ms (Views: 789.1ms | ActiveRecord: 4.6ms) Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:00:32 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:32 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:33 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:33 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:33 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:33 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:34 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:35 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:35 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:35 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:35 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:35 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:36 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:37 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:37 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:37 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 20:00:37 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:00:38 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:00:38 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:00:38 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:00:39 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 20:00:39 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:00:39 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777635457" for 10.0.2.2 at 2014-03-25 20:00:39 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777635457"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (164.9ms) Completed 200 OK in 464ms (Views: 454.8ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 20:00:40 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 20:00:40 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 20:00:41 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 20:00:41 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 20:00:41 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 20:03:08 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (105.8ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (222.3ms) Completed 500 Internal Server Error in 388ms RuntimeError - : /project/app/models/carnival/action.rb:18:in `path' /project/app/views/carnival/index.html.haml:26:in `block in __project_app_views_carnival_index_html_haml__238913413_89510620' /project/app/views/carnival/index.html.haml:25:in `__project_app_views_carnival_index_html_haml__238913413_89510620' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:22:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89962580/variables" for 10.0.2.2 at 2014-03-25 20:03:10 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 20:03:19 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (124.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (310.8ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 774ms (Views: 654.5ms | ActiveRecord: 11.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:21 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:21 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:21 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:21 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:22 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:22 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:22 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:22 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:22 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:23 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:03:23 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:23 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:23 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:24 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:24 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:24 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:24 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:24 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:25 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:25 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:25 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:25 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 20:03:26 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:03:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:03:26 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:03:27 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:03:27 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 20:03:27 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:03:28 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777804160" for 10.0.2.2 at 2014-03-25 20:03:28 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777804160"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.7ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (54.2ms) Completed 500 Internal Server Error in 515ms RuntimeError - : /project/app/models/carnival/action.rb:18:in `path' /project/app/views/carnival/shared/_item_buttons.html.haml:2:in `block in __project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' /project/app/views/carnival/shared/_item_buttons.html.haml:1:in `__project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:113:in `render_to_string' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:23:in `render_to_string' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:34:in `render_to_string_with_wicked_pdf' /project/app/datatable/carnival/generic_datatable.rb:104:in `block in data' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 20:03:29 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 20:03:29 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 20:03:29 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 20:03:30 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 20:03:30 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777804160" for 10.0.2.2 at 2014-03-25 20:03:39 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777804160"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.3ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (29.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (49.9ms) Completed 500 Internal Server Error in 352ms RuntimeError - : /project/app/models/carnival/action.rb:18:in `path' /project/app/views/carnival/shared/_item_buttons.html.haml:2:in `block in __project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' /project/app/views/carnival/shared/_item_buttons.html.haml:1:in `__project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:113:in `render_to_string' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:23:in `render_to_string' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:34:in `render_to_string_with_wicked_pdf' /project/app/datatable/carnival/generic_datatable.rb:104:in `block in data' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/94618990/variables" for 10.0.2.2 at 2014-03-25 20:03:40 +0000 Started POST "/__better_errors/94618990/eval" for 10.0.2.2 at 2014-03-25 20:03:48 +0000 Started POST "/__better_errors/94618990/eval" for 10.0.2.2 at 2014-03-25 20:03:58 +0000 Started POST "/__better_errors/94618990/eval" for 10.0.2.2 at 2014-03-25 20:04:04 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777804160" for 10.0.2.2 at 2014-03-25 20:06:07 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777804160"} Carnival::AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (51.4ms) Completed 500 Internal Server Error in 355ms RuntimeError - : /project/app/models/carnival/action.rb:18:in `path' /project/app/views/carnival/shared/_item_buttons.html.haml:2:in `block in __project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' /project/app/views/carnival/shared/_item_buttons.html.haml:1:in `__project_app_views_carnival_shared__item_buttons_html_haml__845375167_88777940' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:113:in `render_to_string' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:23:in `render_to_string' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:34:in `render_to_string_with_wicked_pdf' /project/app/datatable/carnival/generic_datatable.rb:104:in `block in data' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:25:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/87750030/variables" for 10.0.2.2 at 2014-03-25 20:06:08 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777804160" for 10.0.2.2 at 2014-03-25 20:06:18 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777804160"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.9ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (27.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (149.6ms) Completed 200 OK in 558ms (Views: 435.3ms | ActiveRecord: 12.0ms) Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 20:06:25 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (118.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (448.6ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (41.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 874ms (Views: 860.7ms | ActiveRecord: 8.6ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:26 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:27 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:27 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:27 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:27 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:28 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:28 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:28 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:29 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:29 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:06:29 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:29 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:30 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:32 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:33 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 20:06:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:06:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:06:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:06:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:06:35 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 20:06:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:06:36 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395777990570" for 10.0.2.2 at 2014-03-25 20:06:36 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395777990570"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (65.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (198.7ms) Completed 200 OK in 772ms (Views: 762.4ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 20:06:37 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 20:06:37 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 20:06:38 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 20:06:38 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 20:06:39 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:06:45 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (85.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (126.0ms) Completed 500 Internal Server Error in 206ms NoMethodError - undefined method `carnival_admin_user_path' for #<#:0xb56c1230>: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:426:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__918388310_89074220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__49548571_92249720' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__611190989__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__840752156__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-626373918/variables" for 10.0.2.2 at 2014-03-25 20:06:46 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:08:38 +0000 NoMethodError - undefined method `mount_carnival_at' for #: config/routes.rb:2:in `block in ' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:335:in `eval_block' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:313:in `draw' config/routes.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:223:in `block in load' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:223:in `load' railties (4.0.4) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.0.4) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.0.4) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.0.4) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.0.4) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.0.4) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.0.4) lib/rails/application/finisher.rb:81:in `block (2 levels) in ' activesupport (4.0.4) lib/active_support/callbacks.rb:407:in `_run__878482577__prepare__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:62:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/82736300/variables" for 10.0.2.2 at 2014-03-25 20:08:40 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:16:20 +0000 ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (64.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___761176291_74613280 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (877.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1025.6ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (378.6ms) Completed 500 Internal Server Error in 2627ms NameError - undefined local variable or method `carnival_admin_user_notifications_path' for #<#:0x98fa7c4>: /project/app/views/layouts/carnival/_notifications_list.html.haml:22:in `__project_app_views_layouts_carnival__notifications_list_html_haml__207398047_82929590' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/layouts/carnival/admin.html.haml:27:in `__project_app_views_layouts_carnival_admin_html_haml__129809656_83359370' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__692869821__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__96835211__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/71906680/variables" for 10.0.2.2 at 2014-03-25 20:16:24 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:17:34 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___761176291_74613280 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (115.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (156.7ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (12.9ms) Completed 500 Internal Server Error in 538ms NoMethodError - undefined method `edit_carnival_admin_user_path' for #<#:0x94c9c90>: /project/app/views/layouts/carnival/admin.html.haml:29:in `__project_app_views_layouts_carnival_admin_html_haml__129809656_83359370' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__692869821__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__96835211__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83461730/variables" for 10.0.2.2 at 2014-03-25 20:17:35 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:18:35 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___761176291_74613280 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (132.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (169.9ms) Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (53.4ms) Completed 500 Internal Server Error in 553ms NameError - undefined local variable or method `carnival_admin_users_path' for #<#:0x9f0fc90>: /project/app/views/layouts/carnival/_menu.html.haml:14:in `__project_app_views_layouts_carnival__menu_html_haml___97617735_80557030' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/layouts/carnival/admin.html.haml:39:in `__project_app_views_layouts_carnival_admin_html_haml__129809656_84249570' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:55:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:53:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__692869821__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__96835211__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83110400/variables" for 10.0.2.2 at 2014-03-25 20:18:36 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:23:31 +0000 ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (188.2ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (145.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (31.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.1ms) Completed 200 OK in 1551ms (Views: 1361.8ms | ActiveRecord: 11.6ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:34 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:34 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:34 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:35 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:35 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:35 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:36 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:36 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:23:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:37 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:37 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:37 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:23:39 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:23:39 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:23:39 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:23:40 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:23:40 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:23:40 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:23:40 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:24:52 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (77.0ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 441ms (Views: 430.9ms | ActiveRecord: 6.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:54 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:54 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:54 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:55 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:55 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:55 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:55 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:55 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:24:56 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:56 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:56 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:57 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:57 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:58 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:58 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:24:58 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:24:58 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:24:59 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:24:59 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:24:59 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:25:00 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:25:00 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:25:30 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (133.2ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (45.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 636ms (Views: 527.1ms | ActiveRecord: 14.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:32 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:32 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:33 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:33 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:33 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:33 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:34 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:34 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:34 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:25:34 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:34 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:35 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:35 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:35 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:35 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:36 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:36 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:36 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:25:37 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:25:37 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:25:37 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:25:37 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:25:38 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:25:38 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:25:38 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 20:26:12 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (177.2ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.6ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (385.3ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (41.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 963ms (Views: 754.1ms | ActiveRecord: 11.9ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:14 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:14 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:14 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:15 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:15 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:15 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:15 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:16 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:16 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:16 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:16 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:17 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:17 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:17 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:18 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:19 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:19 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:19 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:26:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:26:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:26:20 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:26:20 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 20:26:21 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 20:26:21 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:26:21 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395779177418" for 10.0.2.2 at 2014-03-25 20:26:22 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395779177418"} Carnival::AdminUser Load (2.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (50.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (179.9ms) Completed 200 OK in 546ms (Views: 534.5ms | ActiveRecord: 6.5ms) Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 20:26:22 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 20:26:23 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 20:26:23 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 20:26:23 +0000 Started GET "/admin/admin_users/1/edit" for 10.0.2.2 at 2014-03-25 20:26:24 +0000 Processing by Carnival::AdminUsersController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (69.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__456496825_75368510 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (906.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (950.2ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 1334ms (Views: 1321.7ms | ActiveRecord: 7.5ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:26 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:27 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:27 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:27 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:27 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:27 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:28 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:28 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:28 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:28 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:28 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:29 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:29 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:29 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:29 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:30 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:30 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:30 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:30 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:30 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:31 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:31 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:26:31 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:26:32 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-03-25 20:26:32 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:26:32 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:26:33 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:26:33 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:26:33 +0000 Started PATCH "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:26:38 +0000 Processing by Carnival::AdminUsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9T29VlyQMTeMStg5dwcW3qDlwB4QuxG6o9/Zj4bam0s=", "carnival_admin_user"=>{"name"=>"Antonio Anderson Souza", "email"=>"antonioams@gmail.com"}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, carnival_admin_user, commit, id  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3013/admin/admin_users/1 Completed 302 Found in 171ms (ActiveRecord: 3.7ms) Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:26:38 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (75.1ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 452ms (Views: 439.0ms | ActiveRecord: 6.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:39 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:40 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:40 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:40 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:40 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:40 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:41 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:41 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:41 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:26:41 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:41 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:42 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:42 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:42 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:42 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:43 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:43 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:43 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:43 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:26:44 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:26:44 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:26:44 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:26:45 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:26:45 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:26:45 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:26:45 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:27:46 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (5.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (39.2ms) Completed 500 Internal Server Error in 237ms NameError - `@carnival/admin_user' is not allowed as an instance variable name: /project/app/views/carnival/shared/form/show.html.haml:2:in `__project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__370122958__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__805994664__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/73618770/variables" for 10.0.2.2 at 2014-03-25 20:27:47 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:28:06 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (80.8ms) Completed 500 Internal Server Error in 255ms NameError - uninitialized constant AdminUser: activesupport (4.0.4) lib/active_support/dependencies.rb:501:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/presenters/carnival/base_admin_presenter.rb:180:in `model_class' /project/app/presenters/carnival/base_admin_presenter.rb:184:in `relation_field?' /project/app/helpers/carnival/base_admin_helper.rb:49:in `field_type' /project/app/helpers/carnival/base_admin_helper.rb:59:in `field_to_show' /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__370122958__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__805994664__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/79540610/variables" for 10.0.2.2 at 2014-03-25 20:28:07 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:29:18 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (42.4ms) Completed 500 Internal Server Error in 249ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:88:in `model_name' /project/app/views/carnival/shared/form/show.html.haml:2:in `__project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__370122958__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__805994664__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81091270/variables" for 10.0.2.2 at 2014-03-25 20:29:20 +0000 Started POST "/__better_errors/81091270/eval" for 10.0.2.2 at 2014-03-25 20:29:25 +0000 Started POST "/__better_errors/81091270/eval" for 10.0.2.2 at 2014-03-25 20:29:33 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:29:43 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (39.1ms) Completed 500 Internal Server Error in 246ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:88:in `model_name' /project/app/views/carnival/shared/form/show.html.haml:2:in `__project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__370122958__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__805994664__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86831490/variables" for 10.0.2.2 at 2014-03-25 20:29:44 +0000 Started POST "/__better_errors/86831490/eval" for 10.0.2.2 at 2014-03-25 20:29:50 +0000 Started POST "/__better_errors/86831490/eval" for 10.0.2.2 at 2014-03-25 20:29:57 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:30:05 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (71.6ms) Completed 500 Internal Server Error in 243ms NameError - uninitialized constant AdminUser: activesupport (4.0.4) lib/active_support/dependencies.rb:501:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/presenters/carnival/base_admin_presenter.rb:180:in `model_class' /project/app/presenters/carnival/base_admin_presenter.rb:184:in `relation_field?' /project/app/helpers/carnival/base_admin_helper.rb:49:in `field_type' /project/app/helpers/carnival/base_admin_helper.rb:59:in `field_to_show' /project/app/views/carnival/shared/form/show.html.haml:15:in `block (2 levels) in __project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' /project/app/views/carnival/shared/form/show.html.haml:11:in `block in __project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' /project/app/views/carnival/shared/form/show.html.haml:9:in `__project_app_views_carnival_shared_form_show_html_haml___167957249_81172220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:39:in `block (2 levels) in show' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' /project/app/controllers/carnival/base_admin_controller.rb:38:in `show' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__370122958__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__805994664__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77053980/variables" for 10.0.2.2 at 2014-03-25 20:30:07 +0000 Started POST "/__better_errors/77053980/variables" for 10.0.2.2 at 2014-03-25 20:30:14 +0000 Started POST "/__better_errors/77053980/eval" for 10.0.2.2 at 2014-03-25 20:30:20 +0000 Started GET "/admin/admin_users/1" for 10.0.2.2 at 2014-03-25 20:32:17 +0000 Processing by Carnival::AdminUsersController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (83.1ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (37.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 580ms (Views: 434.6ms | ActiveRecord: 15.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:19 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:20 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:20 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:20 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:21 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:21 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:21 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 20:32:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:22 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:22 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:22 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:23 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 20:32:24 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 20:32:24 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 20:32:24 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-03-25 20:32:24 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 20:32:25 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 20:32:25 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 20:32:25 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 21:09:54 +0000 ActiveRecord::SchemaMigration Load (2.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 436ms NameError - wrong constant name carnival/admin_user: activesupport (4.0.4) lib/active_support/inflector/methods.rb:226:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:79:in `instantiate_model' /project/app/controllers/carnival/base_admin_controller.rb:8:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__481988090__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__594711389__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/79866440/variables" for 10.0.2.2 at 2014-03-25 21:09:56 +0000 Started POST "/__better_errors/79866440/variables" for 10.0.2.2 at 2014-03-25 21:10:03 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-25 21:10:35 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (242.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.6ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (552.3ms) Carnival::AdminUserNotification Load (3.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (235.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.7ms) Completed 200 OK in 2168ms (Views: 1986.5ms | ActiveRecord: 18.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:38 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:39 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:39 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:40 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:40 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:40 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:41 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:41 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:41 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-25 21:10:41 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:42 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:42 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:42 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:43 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:43 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:43 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:43 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:44 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:44 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:44 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:45 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:45 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-25 21:10:45 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-25 21:10:46 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-25 21:10:46 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-25 21:10:47 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-25 21:10:47 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-25 21:10:47 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 21:10:48 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395781842644" for 10.0.2.2 at 2014-03-25 21:10:48 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395781842644"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (49.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (13.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (52.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (281.6ms) Completed 200 OK in 760ms (Views: 746.4ms | ActiveRecord: 7.0ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-25 21:10:49 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-25 21:10:50 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-25 21:10:50 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-25 21:10:50 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-25 21:10:51 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-25 21:10:54 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-03-26 14:04:46 +0000 ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 117ms Started GET "/admin/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-26 14:04:47 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (6.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (227.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.7ms) Completed 200 OK in 1326ms (Views: 1255.5ms | ActiveRecord: 2.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:49 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:49 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:49 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:49 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:50 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:50 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:50 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:51 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-26 14:04:51 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:51 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:52 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:52 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:53 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:53 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:04:53 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-03-26 14:04:53 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-03-26 14:04:54 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-03-26 14:04:54 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-03-26 14:04:54 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (113.1ms) Started POST "/admin/admin/sessions/sign_in" for 10.0.2.2 at 2014-03-26 14:05:02 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zXvzyVjHnMLlQmYGkbUmpnuHuyH40rGvKs+7odU4Igs=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (26.2ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Tue, 25 Mar 2014 19:12:03 UTC +00:00], ["current_sign_in_at", Wed, 26 Mar 2014 14:05:03 UTC +00:00], ["sign_in_count", 5], ["updated_at", Wed, 26 Mar 2014 14:05:03 UTC +00:00]]  (3.6ms) commit transaction Redirected to http://localhost:3013/admin Completed 302 Found in 194ms (ActiveRecord: 32.1ms) Started GET "/admin" for 10.0.2.2 at 2014-03-26 14:05:03 +0000 ActionController::RoutingError - uninitialized constant Admin::AdminUsersController: actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:69:in `rescue in controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:64:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__565793774__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/90355240/variables" for 10.0.2.2 at 2014-03-26 14:05:03 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:05:12 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 18ms SyntaxError - /project/app/presenters/carnival/admin_user_presenter.rb:29: syntax error, unexpected $end, expecting keyword_end: /project/app/presenters/carnival/admin_user_presenter.rb:29:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:85:in `instantiate_presenter' /project/app/controllers/carnival/base_admin_controller.rb:7:in `generate_datatable' /project/app/controllers/carnival/base_admin_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__422787402__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__565793774__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89682480/variables" for 10.0.2.2 at 2014-03-26 14:05:12 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:05:29 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 451ms ActionView::MissingTemplate - Missing template carnival/admin_users/index, carnival/base_admin/index, inherited_resources/base/index, application/index with {:locale=>[:pt], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__422787402__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__565793774__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:05:30 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:06:31 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:10:30 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:10:59 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:02 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:03 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:03 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:05 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:07 +0000 Started POST "/__better_errors/91796610/variables" for 10.0.2.2 at 2014-03-26 14:11:08 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:14:06 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 311ms ActionView::MissingTemplate - Missing template carnival/admin_users/index, carnival/base_admin/index, inherited_resources/base/index, application/index with {:locale=>[:pt], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__422787402__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__565793774__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/91001990/variables" for 10.0.2.2 at 2014-03-26 14:14:07 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:14:19 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (133.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (5.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.7ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (323.4ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (84.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (37.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1052ms (Views: 778.4ms | ActiveRecord: 12.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:21 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:21 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:21 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:21 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:21 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:22 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:23 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:23 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:23 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:23 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:24 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:24 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:24 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:24 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:24 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:25 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-26 14:14:25 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-26 14:14:25 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-03-26 14:14:25 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-03-26 14:14:25 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-03-26 14:14:26 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-03-26 14:14:26 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-26 14:14:26 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395843263229" for 10.0.2.2 at 2014-03-26 14:14:26 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395843263229"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (172.9ms) Completed 200 OK in 497ms (Views: 487.8ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-03-26 14:14:27 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-03-26 14:14:27 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-03-26 14:15:55 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:15:56 +0000 SyntaxError - /project/app/controllers/carnival/base_admin_controller.rb:118: syntax error, unexpected $end, expecting keyword_end: /project/app/controllers/carnival/base_admin_controller.rb:118:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /project/app/controllers/carnival/admin_users_controller.rb:3:in `' /project/app/controllers/carnival/admin_users_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' omniauth (1.2.1) lib/omniauth/strategy.rb:186:in `call!' omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__565793774__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/87799660/variables" for 10.0.2.2 at 2014-03-26 14:15:57 +0000 Started GET "/admin/admin_users" for 10.0.2.2 at 2014-03-26 14:16:14 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (107.4ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (247.7ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (36.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 837ms (Views: 611.7ms | ActiveRecord: 12.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:16 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:16 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:16 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:17 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:18 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-03-26 14:16:18 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:18 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:18 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:18 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:19 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:19 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:19 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:19 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:20 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:20 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:20 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:20 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-03-26 14:16:21 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-03-26 14:16:21 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1395843378825" for 10.0.2.2 at 2014-03-26 14:16:21 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1395843378825"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (42.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (166.9ms) Completed 200 OK in 547ms (Views: 535.3ms | ActiveRecord: 6.9ms) Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 17:58:01 +0000 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CitiesController#index as HTML Completed 401 Unauthorized in 92ms Started GET "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-02 17:58:02 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (5.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (225.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.0ms) Completed 200 OK in 1657ms (Views: 1618.2ms | ActiveRecord: 2.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:05 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:06 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:07 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:10 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 17:58:11 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 17:58:11 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 17:58:12 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-04-02 17:58:12 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (37.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (106.1ms) Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-02 17:58:23 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H3O+zpMuSaB++SBA2hkcvdRrSXTDoHasOvF0aMkcTXE=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (4.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (61.2ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Wed, 26 Mar 2014 14:05:03 UTC +00:00], ["current_sign_in_at", Wed, 02 Apr 2014 17:58:23 UTC +00:00], ["sign_in_count", 6], ["updated_at", Wed, 02 Apr 2014 17:58:23 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3013/admin Completed 302 Found in 218ms (ActiveRecord: 68.8ms) Started GET "/admin" for 10.0.2.2 at 2014-04-02 17:58:23 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (147.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (5.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (7.9ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (358.1ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (146.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1196ms (Views: 876.7ms | ActiveRecord: 8.1ms) Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 17:58:25 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:25 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-02 17:58:25 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-04-02 17:58:26 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-04-02 17:58:27 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-02 17:58:27 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1396461505131" for 10.0.2.2 at 2014-04-02 17:58:27 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1396461505131"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.4ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (286.4ms) Completed 200 OK in 700ms (Views: 689.7ms | ActiveRecord: 6.3ms) Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-02 17:58:28 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 17:58:30 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Admin::State Load (3.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (102.3ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (63.4ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (352.8ms)  (2.0ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)  (2.1ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)  (2.3ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (101.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (911.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (1549.0ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2179ms (Views: 1995.0ms | ActiveRecord: 23.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-02 17:58:33 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-02 17:58:33 +0000 Started GET "/admin/cities.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1396461512895" for 10.0.2.2 at 2014-04-02 17:58:33 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1396461512895"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 15ms (Views: 4.2ms | ActiveRecord: 5.3ms) Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-02 17:58:34 +0000 Started GET "/assets/carnival/search-button.png" for 10.0.2.2 at 2014-04-02 17:58:37 +0000 Started GET "/admin/cities.json?scope=all&from=2014-01-01&to=2014-12-31&sEcho=2&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1396461512896" for 10.0.2.2 at 2014-04-02 17:58:41 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-01-01", "to"=>"2014-12-31", "sEcho"=>"2", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1396461512896"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-01-01 00:00:00' and '2014-12-31 23:59:59') Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-01-01 00:00:00' and '2014-12-31 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (22.7ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (176.6ms) Completed 200 OK in 592ms (Views: 579.1ms | ActiveRecord: 9.1ms) Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 17:58:44 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (58.8ms) Completed 500 Internal Server Error in 299ms ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit' /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84055750/variables" for 10.0.2.2 at 2014-04-02 17:58:44 +0000 Started POST "/__better_errors/84055750/variables" for 10.0.2.2 at 2014-04-02 17:58:56 +0000 Started POST "/__better_errors/84055750/eval" for 10.0.2.2 at 2014-04-02 17:59:46 +0000 Started POST "/__better_errors/84055750/eval" for 10.0.2.2 at 2014-04-02 17:59:52 +0000 Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:00:52 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (84.4ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 648ms (Views: 478.9ms | ActiveRecord: 12.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:54 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:00:56 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:00:57 +0000 Started GET "/admin/cities/1edit" for 10.0.2.2 at 2014-04-02 18:01:02 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1edit"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1edit"]] Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (83.7ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (15.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 669ms (Views: 535.4ms | ActiveRecord: 12.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:01:05 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:06 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (68.3ms) Completed 500 Internal Server Error in 326ms ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit' /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86082330/variables" for 10.0.2.2 at 2014-04-02 18:01:07 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:38 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (38.2ms) Completed 500 Internal Server Error in 397ms ActionView::MissingTemplate - Missing template admin/cities/edit, carnival/base_admin/edit, inherited_resources/base/edit, application/edit with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:73:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/90998740/variables" for 10.0.2.2 at 2014-04-02 18:01:39 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:01:54 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (56.7ms) Completed 500 Internal Server Error in 421ms ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `rescue in block (2 levels) in edit' /project/app/controllers/carnival/base_admin_controller.rb:72:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/91117530/variables" for 10.0.2.2 at 2014-04-02 18:01:55 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:14 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (51.6ms) Completed 500 Internal Server Error in 263ms ActionController::UrlGenerationError - No route matches {:action=>"edit", :controller=>"admin/cities"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89264240/variables" for 10.0.2.2 at 2014-04-02 18:03:15 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:27 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (45.7ms) Completed 500 Internal Server Error in 289ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:97:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78150400/variables" for 10.0.2.2 at 2014-04-02 18:03:28 +0000 Started POST "/__better_errors/78150400/eval" for 10.0.2.2 at 2014-04-02 18:03:36 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:03:48 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (52.0ms) Completed 500 Internal Server Error in 295ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_84661220' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83848980/variables" for 10.0.2.2 at 2014-04-02 18:03:49 +0000 Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:04:21 +0000 Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:04:32 +0000 Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:08:00 +0000 Started POST "/__better_errors/83848980/eval" for 10.0.2.2 at 2014-04-02 18:08:02 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:09:41 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (47.3ms) Completed 500 Internal Server Error in 136ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86978530/variables" for 10.0.2.2 at 2014-04-02 18:09:42 +0000 Started POST "/__better_errors/86978530/eval" for 10.0.2.2 at 2014-04-02 18:09:45 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:10:00 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (2.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (54.2ms) Completed 500 Internal Server Error in 299ms SyntaxError - /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ',', expecting ')' ...simple_form_for(model_object, , :url => url, {:html => {:cla... ... ^ /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ')', expecting tCOLON2 or '[' or '.' ... 'formframe container-fluid'}}) do |f| ... ^ /project/app/views/carnival/shared/form/_form.html.haml:15: syntax error, unexpected keyword_ensure, expecting $end: /project/app/views/carnival/shared/form/_form.html.haml:1:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84141010/variables" for 10.0.2.2 at 2014-04-02 18:10:01 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:06 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (5.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (63.1ms) Completed 500 Internal Server Error in 194ms SyntaxError - /project/app/views/carnival/shared/form/_form.html.haml:1: syntax error, unexpected ')', expecting tASSOC ... 'formframe container-fluid'}}) do |f| ... ^ /project/app/views/carnival/shared/form/_form.html.haml:15: syntax error, unexpected keyword_ensure, expecting $end: /project/app/views/carnival/shared/form/_form.html.haml:1:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__203526006_81648400' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84561050/variables" for 10.0.2.2 at 2014-04-02 18:11:07 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:40 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (74.6ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (45.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (286.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (328.7ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (48.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (43.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 838ms (Views: 809.4ms | ActiveRecord: 22.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:41 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:41 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:42 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:43 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:45 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:11:46 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:11:46 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:11:47 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:11:48 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:11:48 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:11:48 +0000 Started PATCH "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:11:50 +0000 ActionController::RoutingError (No route matches [PATCH] "/admin/cities/1/edit"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (59.7ms) Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:12:02 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.1ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.8ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (178.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (226.8ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (62.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 694ms (Views: 675.5ms | ActiveRecord: 13.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:03 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:05 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:07 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:12:08 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:12:08 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:12:09 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:12:09 +0000 Started PATCH "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:12:43 +0000 Processing by Admin::CitiesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"São Paulo", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.2ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3013/admin/cities/1 Completed 302 Found in 125ms (ActiveRecord: 3.7ms) Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:12:43 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (58.3ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 575ms (Views: 420.3ms | ActiveRecord: 12.7ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:45 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:46 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:47 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:48 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:49 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:12:50 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:12:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:12:51 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:12:52 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:12:53 +0000 Started GET "/admin/cities/1/edit" for 10.0.2.2 at 2014-04-02 18:13:40 +0000 Processing by Admin::CitiesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.5ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (159.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (202.9ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 581ms (Views: 563.7ms | ActiveRecord: 12.5ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:41 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:42 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:43 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:44 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:45 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:46 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:13:46 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:13:47 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:13:47 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:13:47 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:13:48 +0000 Started PATCH "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:13:49 +0000 Processing by Admin::CitiesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"São Paulo", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3013/admin/cities/1 Completed 302 Found in 133ms (ActiveRecord: 4.1ms) Started GET "/admin/cities/1" for 10.0.2.2 at 2014-04-02 18:13:49 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "1"]] Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (66.5ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 604ms (Views: 447.2ms | ActiveRecord: 11.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:51 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:52 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:53 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:55 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:13:56 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:13:56 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:13:56 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:13:57 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:13:57 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:13:57 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:13:58 +0000 Started GET "/admin/cities" for 10.0.2.2 at 2014-04-02 18:15:07 +0000 Processing by Admin::CitiesController#index as HTML Carnival::AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Admin::State Load (2.2ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (6.2ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (227.0ms)  (1.6ms) SELECT COUNT(*) FROM "cities" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)  (2.3ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: cities, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:55)  (1.6ms) SELECT COUNT(DISTINCT "cities"."id") FROM "cities" LEFT OUTER JOIN "countries" ON "countries"."id" = "cities"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (25.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (41.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (482.0ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1005ms (Views: 860.4ms | ActiveRecord: 16.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:09 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:10 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:15:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:13 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-02 18:15:14 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:15:15 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:15:15 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:15:15 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-02 18:15:16 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:15:17 +0000 Started GET "/admin/cities.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=1&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&_=1396462512381" for 10.0.2.2 at 2014-04-02 18:15:17 +0000 Processing by Admin::CitiesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"1", "iColumns"=>"7", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "_"=>"1396462512381"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') Admin::City Load (2.2ms) SELECT "cities".* FROM "cities" WHERE (cities.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY cities.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 16ms (Views: 6.0ms | ActiveRecord: 6.1ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-02 18:15:17 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-02 18:15:17 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-02 18:15:18 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-02 18:15:18 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:15:18 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (2.4ms) Completed 500 Internal Server Error in 208ms SyntaxError - /project/app/views/carnival/shared/form/new.html.haml:8: syntax error, unexpected ')', expecting '}' ));}\n", 0, false);::Haml::Util... ^ /project/app/views/carnival/shared/form/new.html.haml:8: unterminated string meets end of file /project/app/views/carnival/shared/form/new.html.haml:8: syntax error, unexpected $end, expecting '}': /project/app/views/carnival/shared/form/new.html.haml:8:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/88098840/variables" for 10.0.2.2 at 2014-04-02 18:15:19 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:07 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (4.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (56.4ms) Completed 500 Internal Server Error in 301ms ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"admin/cities", :id=>nil}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /project/app/presenters/carnival/base_admin_presenter.rb:100:in `model_path' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml___295805822_83450560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__390740725__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__453549410__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81597740/variables" for 10.0.2.2 at 2014-04-02 18:16:08 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:27 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (153.5ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (199.6ms) Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (14.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 749ms (Views: 617.7ms | ActiveRecord: 14.0ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:28 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:30 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:16:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:16:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:16:34 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:16:34 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:16:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:16:36 +0000 Started POST "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:44 +0000 ActionController::RoutingError (No route matches [POST] "/admin/cities/new"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.7ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (71.5ms) Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:16:56 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.9ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (157.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (204.3ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 712ms (Views: 577.0ms | ActiveRecord: 9.2ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:58 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:16:59 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:00 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:02 +0000 Started GET "/admin/cities/new" for 10.0.2.2 at 2014-04-02 18:17:02 +0000 Processing by Admin::CitiesController#new as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__9823962__624562068 at /project/app/views/carnival/shared/form/_form.html.haml:13) Rendered /project/app/views/carnival/shared/form/_form.html.haml (149.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (189.3ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 691ms (Views: 572.0ms | ActiveRecord: 7.6ms) Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:03 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:04 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:07 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:10 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:17:11 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:17:11 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:17:12 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:17:12 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-02 18:17:12 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:17:13 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-02 18:17:13 +0000 Started POST "/admin/cities" for 10.0.2.2 at 2014-04-02 18:17:21 +0000 Processing by Admin::CitiesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Os48KGGqlReFjY06Yk8Bc7GDJuAgP27n7RckYuTOfT8=", "admin_city"=>{"name"=>"Teste", "state_id"=>"1", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (8.8ms) INSERT INTO "cities" ("country_id", "created_at", "name", "state_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["country_id", 1], ["created_at", Wed, 02 Apr 2014 18:17:21 UTC +00:00], ["name", "Teste"], ["state_id", 1], ["updated_at", Wed, 02 Apr 2014 18:17:21 UTC +00:00]]  (3.1ms) commit transaction Redirected to http://localhost:3013/admin/cities/2 Completed 302 Found in 146ms (ActiveRecord: 13.9ms) Started GET "/admin/cities/2" for 10.0.2.2 at 2014-04-02 18:17:21 +0000 Processing by Admin::CitiesController#show as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::City Load (2.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = ? LIMIT 1 [["id", "2"]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (61.3ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 613ms (Views: 489.4ms | ActiveRecord: 12.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:22 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:24 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:25 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-02 18:17:27 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-02 18:17:27 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-02 18:17:28 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-02 18:17:28 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-02 18:17:28 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-02 18:17:29 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-02 18:17:29 +0000 Started GET "/admin/trip_classifiers" for 10.0.2.2 at 2014-04-02 19:17:16 +0000 ActionController::RoutingError (No route matches [GET] "/admin/trip_classifiers"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.6ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (68.4ms) Started GET "/" for 10.0.2.2 at 2014-04-12 20:29:39 +0000 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (15.7ms) Completed 200 OK in 96ms (Views: 95.7ms | ActiveRecord: 0.0ms) Started GET "/admin" for 10.0.2.2 at 2014-04-12 20:29:44 +0000 Processing by Carnival::AdminUsersController#index as HTML Completed 401 Unauthorized in 79ms Started GET "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-12 20:29:44 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (2.9ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (179.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (4.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.2ms) Completed 200 OK in 1065ms (Views: 1034.9ms | ActiveRecord: 1.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:46 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:46 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:46 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:47 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:47 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:47 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:47 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:48 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:48 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:48 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:29:48 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:48 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:49 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:49 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:49 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:49 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:50 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:50 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:29:51 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:29:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:29:51 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:29:52 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-04-12 20:29:53 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.9ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.3ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (74.4ms) Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-12 20:30:00 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"02mDDxTqNiLAlYPkCjAxwfoN0tcAh7iN5/MFzkNNwwg=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (33.3ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Wed, 02 Apr 2014 17:58:23 UTC +00:00], ["current_sign_in_at", Sat, 12 Apr 2014 20:30:00 UTC +00:00], ["sign_in_count", 7], ["updated_at", Sat, 12 Apr 2014 20:30:00 UTC +00:00]]  (3.9ms) commit transaction Redirected to http://127.0.0.1:2201/admin Completed 302 Found in 201ms (ActiveRecord: 39.6ms) Started GET "/admin" for 10.0.2.2 at 2014-04-12 20:30:00 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (145.4ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (10.7ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (362.8ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (150.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1173ms (Views: 871.6ms | ActiveRecord: 7.1ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:30:02 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:30:02 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 20:30:02 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 20:30:03 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:30:03 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 20:30:03 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-04-12 20:30:03 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1397334602761" for 10.0.2.2 at 2014-04-12 20:30:04 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1397334602761"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.3ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (181.3ms) Completed 200 OK in 515ms (Views: 505.9ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-12 20:30:04 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-04-12 20:30:05 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-12 20:30:05 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-12 20:34:11 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (114.0ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (268.3ms) Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (63.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 890ms (Views: 658.1ms | ActiveRecord: 15.1ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:13 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:13 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:15 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:15 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:16 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 20:34:16 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-12 20:34:16 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397334854036" for 10.0.2.2 at 2014-04-12 20:34:16 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397334854036"} Carnival::AdminUser Load (3.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (77.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (30.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (168.2ms) Completed 200 OK in 655ms (Views: 642.9ms | ActiveRecord: 7.5ms) Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:36:12 +0000 ArgumentError - No association found for name `state'. Has it been defined yet?: activerecord (4.0.4) lib/active_record/nested_attributes.rb:315:in `block in accepts_nested_attributes_for' activerecord (4.0.4) lib/active_record/nested_attributes.rb:303:in `accepts_nested_attributes_for' app/models/admin/country.rb:9:in `' app/models/admin/country.rb:2:in `' app/models/admin/country.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' inherited_resources (1.4.1) lib/inherited_resources/class_methods.rb:295:in `initialize_resources_class_accessors!' inherited_resources (1.4.1) lib/inherited_resources/class_methods.rb:372:in `inherited' app/controllers/admin/countries_controller.rb:2:in `' app/controllers/admin/countries_controller.rb:1:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/74994530/variables" for 10.0.2.2 at 2014-04-12 20:36:13 +0000 Admin::Country Load (3.6ms) SELECT "countries".* FROM "countries" Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:36:24 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (124.9ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (850.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (898.4ms) Completed 500 Internal Server Error in 1192ms NoMethodError - undefined method `states_id' for #: activemodel (4.0.4) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.4) lib/active_record/attribute_methods.rb:167:in `method_missing' actionpack (4.0.4) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:195:in `collection_select' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:786:in `collection_select' /project/app/inputs/admin_relationship_select_input.rb:4:in `input' simple_form (3.0.1) lib/simple_form/components/label_input.rb:11:in `label_input' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (3.0.1) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (3.0.1) lib/simple_form/form_builder.rb:120:in `input' /project/app/views/carnival/shared/form/_field.html.haml:8:in `__project_app_views_carnival_shared_form__field_html_haml__118228337_75913100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:10:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__619178948' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__619178948' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317__619178948' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317__619178948' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112__618471668' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/76814160/variables" for 10.0.2.2 at 2014-04-12 20:36:26 +0000 Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", nil]] Started POST "/__better_errors/76814160/variables" for 10.0.2.2 at 2014-04-12 20:36:52 +0000 Started POST "/__better_errors/76814160/eval" for 10.0.2.2 at 2014-04-12 20:37:49 +0000 Started POST "/__better_errors/76814160/eval" for 10.0.2.2 at 2014-04-12 20:38:16 +0000 Started POST "/__better_errors/76814160/eval" for 10.0.2.2 at 2014-04-12 20:38:24 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:39:36 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317_76281820 at /project/app/views/carnival/shared/form/_form.html.haml:16) Rendered /project/app/views/carnival/shared/form/_form.html.haml (120.6ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (161.4ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (40.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 825ms (Views: 547.0ms | ActiveRecord: 44.3ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:38 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:38 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:39 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:40 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:40 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:40 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:39:40 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:40 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:41 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:41 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:39:42 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:39:43 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 20:39:43 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 20:39:43 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:39:43 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:39:44 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:39:44 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:39:44 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:41:50 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (3.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (173.5ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (218.9ms) Completed 500 Internal Server Error in 493ms NoMethodError - undefined method `fieldset' for #<#:0xb4f69ba4>: /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__631147568' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__631147568' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317__631147568' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317__631147568' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112__618471668' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78060240/variables" for 10.0.2.2 at 2014-04-12 20:41:52 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:42:03 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (4.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (162.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (207.2ms) Completed 500 Internal Server Error in 443ms NoMethodError - undefined method `fieldset' for #: /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_78170820' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_78170820' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_78170820' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_78170820' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112__618471668' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/71881110/variables" for 10.0.2.2 at 2014-04-12 20:42:04 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:42:35 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (172.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (221.3ms) Completed 500 Internal Server Error in 525ms NoMethodError - undefined method `fieldset' for #<#:0x9919c00>: /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_78772610' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_78772610' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_78772610' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_78772610' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112__618471668' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/76546360/variables" for 10.0.2.2 at 2014-04-12 20:42:36 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:43:07 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (183.3ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (233.0ms) Completed 500 Internal Server Error in 435ms NoMethodError - undefined method `field_set' for #<#:0x8bd6ac0>: /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76103060' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76103060' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_76103060' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_76103060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112__618471668' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/76182760/variables" for 10.0.2.2 at 2014-04-12 20:43:08 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:43:39 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317_79989590 at /project/app/views/carnival/shared/form/_form.html.haml:16) Rendered /project/app/views/carnival/shared/form/_form.html.haml (120.5ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (159.9ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 609ms (Views: 496.0ms | ActiveRecord: 4.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:40 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:40 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:41 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:41 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:41 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:41 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:41 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:42 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:43 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:43 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:43 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:43 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:43 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:43:44 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:43:45 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:51:58 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (162.6ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (204.4ms) Completed 500 Internal Server Error in 469ms NameError - undefined local variable or method `record' for #<#:0x88bb2f0>: /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_77656990' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_77656990' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_77656990' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_77656990' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_77656990' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112_71684290' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `rescue in block (2 levels) in new' /project/app/controllers/carnival/base_admin_controller.rb:58:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-628396658/variables" for 10.0.2.2 at 2014-04-12 20:51:59 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:53:07 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317_80267210 at /project/app/views/carnival/shared/form/_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_form.html.haml (128.8ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (167.5ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (41.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 668ms (Views: 543.4ms | ActiveRecord: 9.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:08 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:08 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:08 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:09 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:10 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:10 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:53:10 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:10 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:10 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:11 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:11 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:12 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:53:12 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:53:13 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:53:59 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (135.9ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (175.2ms) Completed 500 Internal Server Error in 361ms ActionView::MissingTemplate - Missing template admin/countries/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:59:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-627081458/variables" for 10.0.2.2 at 2014-04-12 20:53:59 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:54:47 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (133.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (175.6ms) Completed 500 Internal Server Error in 355ms ActionView::MissingTemplate - Missing template admin/countries/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:59:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/73946500/variables" for 10.0.2.2 at 2014-04-12 20:54:48 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:54:55 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (151.2ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (194.8ms) Completed 500 Internal Server Error in 416ms ActionView::MissingTemplate - Missing template admin/countries/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:59:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-619173688/variables" for 10.0.2.2 at 2014-04-12 20:54:56 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:55:01 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317__628224828 at /project/app/views/carnival/shared/form/_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_form.html.haml (107.2ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (149.7ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 689ms (Views: 558.7ms | ActiveRecord: 5.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:02 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:03 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:04 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:55:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:05 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:05 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:06 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:06 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:07 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:55:07 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:55:07 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:55:07 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 20:55:08 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 20:55:08 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:55:08 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:55:08 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:55:08 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:55:18 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (133.3ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (171.8ms) Completed 500 Internal Server Error in 347ms ActionView::MissingTemplate - Missing template admin/countries/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:59:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/82624580/variables" for 10.0.2.2 at 2014-04-12 20:55:19 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:55:56 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (44.8ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (218.3ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (259.8ms) Completed 500 Internal Server Error in 428ms RuntimeError - : /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__631129088' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__631129088' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__631129088' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317__631129088' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317__631129088' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112_71684290' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-627767518/variables" for 10.0.2.2 at 2014-04-12 20:55:58 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:56:15 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317__632668208 at /project/app/views/carnival/shared/form/_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_form.html.haml (130.8ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (198.5ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (37.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 588ms (Views: 575.9ms | ActiveRecord: 8.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:17 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:18 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:18 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:18 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:18 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:18 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:19 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:19 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:19 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:19 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:19 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:20 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:20 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:20 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:21 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:21 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:56:21 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:56:21 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:56:21 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 20:56:22 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:56:22 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 20:56:22 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:56:23 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:56:23 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:56:30 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (149.9ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (192.3ms) Completed 500 Internal Server Error in 280ms RuntimeError - : /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__629012368' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__629012368' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317__629012368' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317__629012368' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317__629012368' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__739847112_71684290' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80003880/variables" for 10.0.2.2 at 2014-04-12 20:56:30 +0000 Started POST "/__better_errors/80003880/eval" for 10.0.2.2 at 2014-04-12 20:56:43 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-12 20:56:57 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060 at /project/app/views/carnival/shared/form/_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_form.html.haml (112.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (155.0ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 493ms (Views: 484.5ms | ActiveRecord: 4.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:58 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:59 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:59 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:59 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:59 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:56:59 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:00 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:00 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:00 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:00 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:00 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:01 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:02 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:57:02 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 20:57:02 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 20:57:03 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:57:03 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:57:03 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:57:03 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:57:03 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-12 20:57:11 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (136.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (307.5ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 744ms (Views: 686.0ms | ActiveRecord: 4.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:12 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:12 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:12 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:12 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:12 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:13 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:13 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:13 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:14 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 20:57:14 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:15 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:15 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:16 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:16 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:16 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:16 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:17 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 20:57:17 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 20:57:17 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 20:57:18 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 20:57:18 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 20:57:18 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 20:57:18 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 20:57:19 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397336234886" for 10.0.2.2 at 2014-04-12 20:57:19 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397336234886"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.3ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (30.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (170.3ms) Completed 200 OK in 551ms (Views: 543.3ms | ActiveRecord: 4.7ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-12 20:57:20 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-12 20:57:20 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-12 20:57:20 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 20:57:29 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 20:57:31 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.1ms) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (193.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (236.5ms) Completed 500 Internal Server Error in 323ms NameError - undefined local variable or method `nested_presenter' for #<#:0xb4dd3678>: /project/app/views/carnival/shared/form/_form.html.haml:15:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_79988060' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-628428948/variables" for 10.0.2.2 at 2014-04-12 20:57:32 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 20:58:36 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (144.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (193.3ms) Completed 500 Internal Server Error in 287ms NoMethodError - protected method `presenter_to_field' called for #: /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_73985740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78247950/variables" for 10.0.2.2 at 2014-04-12 20:58:36 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 20:59:20 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (206.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (247.9ms) Completed 500 Internal Server Error in 430ms NoMethodError - protected method `presenter_to_field' called for #: /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_74992920' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/73814180/variables" for 10.0.2.2 at 2014-04-12 20:59:21 +0000 Started POST "/__better_errors/73814180/eval" for 10.0.2.2 at 2014-04-12 20:59:27 +0000 Started POST "/__better_errors/73814180/eval" for 10.0.2.2 at 2014-04-12 20:59:37 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:00:21 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (204.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (247.9ms) Completed 500 Internal Server Error in 466ms NoMethodError - protected method `presenter_to_field' called for #: /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/75000200/variables" for 10.0.2.2 at 2014-04-12 21:00:22 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:00:47 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (15.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (183.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (227.1ms) Completed 500 Internal Server Error in 396ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:243:in `presenter_to_field' /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-630883198/variables" for 10.0.2.2 at 2014-04-12 21:00:49 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:00:53 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:00:54 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:00:58 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:01:51 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:18 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:22 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:25 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:26 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:26 +0000 Started POST "/__better_errors/-630883198/eval" for 10.0.2.2 at 2014-04-12 21:02:33 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:06:35 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 124ms NameError - uninitialized class variable @@presenters in Carnival::BaseAdminPresenter: /project/app/presenters/carnival/base_admin_presenter.rb:339:in `instantiate_element' /project/app/presenters/carnival/base_admin_presenter.rb:350:in `field' app/presenters/admin/country_presenter.rb:4:in `' app/presenters/admin/country_presenter.rb:3:in `' app/presenters/admin/country_presenter.rb:2:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /project/app/controllers/carnival/base_admin_controller.rb:107:in `instantiate_presenter' /project/app/controllers/carnival/base_admin_controller.rb:68:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-618406118/variables" for 10.0.2.2 at 2014-04-12 21:06:36 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:07:05 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (218.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (257.2ms) Completed 500 Internal Server Error in 458ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:244:in `presenter_to_field' /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___643505317_76678030' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___466708503__630265188' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__606244761__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__160092955__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-627882858/variables" for 10.0.2.2 at 2014-04-12 21:07:06 +0000 Started POST "/__better_errors/-627882858/eval" for 10.0.2.2 at 2014-04-12 21:07:25 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:08:26 +0000 ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (17.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (912.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1040.4ms) Completed 500 Internal Server Error in 1344ms RuntimeError - : /project/app/presenters/carnival/base_admin_presenter.rb:244:in `presenter_to_field' /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78801780/variables" for 10.0.2.2 at 2014-04-12 21:08:28 +0000 Started POST "/__better_errors/78801780/eval" for 10.0.2.2 at 2014-04-12 21:08:37 +0000 Started POST "/__better_errors/78801780/eval" for 10.0.2.2 at 2014-04-12 21:09:23 +0000 Started POST "/__better_errors/78801780/eval" for 10.0.2.2 at 2014-04-12 21:09:25 +0000 Started POST "/__better_errors/78801780/eval" for 10.0.2.2 at 2014-04-12 21:09:44 +0000 Started POST "/__better_errors/78801780/eval" for 10.0.2.2 at 2014-04-12 21:09:53 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:12:33 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (182.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (219.6ms) Completed 500 Internal Server Error in 417ms NoMethodError - undefined method `singularize' for #: /project/app/presenters/carnival/base_admin_presenter.rb:244:in `presenter_to_field' /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/75415250/variables" for 10.0.2.2 at 2014-04-12 21:12:34 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:12:44 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (224.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (266.7ms) Completed 500 Internal Server Error in 455ms ActiveRecord::UnknownAttributeError - unknown attribute: controller: activerecord (4.0.4) lib/active_record/attribute_assignment.rb:47:in `rescue in _assign_attribute' activerecord (4.0.4) lib/active_record/attribute_assignment.rb:42:in `_assign_attribute' activerecord (4.0.4) lib/active_record/attribute_assignment.rb:29:in `block in assign_attributes' activerecord (4.0.4) lib/active_record/attribute_assignment.rb:23:in `assign_attributes' activerecord (4.0.4) lib/active_record/core.rb:468:in `init_attributes' activerecord (4.0.4) lib/active_record/core.rb:185:in `initialize' activerecord (4.0.4) lib/active_record/inheritance.rb:30:in `new' /project/app/presenters/carnival/base_admin_presenter.rb:244:in `presenter_to_field' /project/app/views/carnival/shared/form/_form.html.haml:14:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-620373138/variables" for 10.0.2.2 at 2014-04-12 21:12:45 +0000 Started POST "/__better_errors/-620373138/variables" for 10.0.2.2 at 2014-04-12 21:12:57 +0000 Started POST "/__better_errors/-620373138/variables" for 10.0.2.2 at 2014-04-12 21:13:05 +0000 Admin::State Load (1.3ms) SELECT "states".* FROM "states" Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:13:19 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (216.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (255.8ms) Completed 500 Internal Server Error in 462ms NoMethodError - undefined method `controller_name' for nil:NilClass: /project/app/presenters/carnival/base_admin_presenter.rb:115:in `controller_name' /project/app/presenters/carnival/base_admin_presenter.rb:98:in `model_path' /project/app/views/carnival/shared/form/_form.html.haml:15:in `block (5 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_form.html.haml:13:in `block (4 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_form.html.haml:11:in `block (3 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:9:in `block (2 levels) in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' /project/app/views/carnival/shared/form/_form.html.haml:7:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_77203930' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:13:21 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:13:41 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:13:45 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:00 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:05 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:11 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:17 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:14:28 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:37 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:47 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:49 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:14:57 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:15:08 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:15:18 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:15:26 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:15:40 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:16:02 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397337391606" for 10.0.2.2 at 2014-04-12 21:16:31 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397337391606"} Carnival::AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.3ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (49.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (60.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (217.6ms) Completed 200 OK in 894ms (Views: 802.6ms | ActiveRecord: 7.9ms) Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:16:33 +0000 Started POST "/__better_errors/73111470/variables" for 10.0.2.2 at 2014-04-12 21:16:38 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:16:42 +0000 Started POST "/__better_errors/73111470/eval" for 10.0.2.2 at 2014-04-12 21:16:59 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:19:22 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (4.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (43.3ms) Completed 500 Internal Server Error in 123ms SyntaxError - /project/app/views/carnival/shared/form/_form.html.haml:3: syntax error, unexpected ')' ));}\n", 0, false); else ^ /project/app/views/carnival/shared/form/_form.html.haml:6: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' _hamlout.push_text("
\n
    ... ^ /project/app/views/carnival/shared/form/_form.html.haml:6: syntax error, unexpected $undefined ...("
    \n
      \n", 2, false); ... ^ /project/app/views/carnival/shared/form/_form.html.haml:6: syntax error, unexpected $undefined ...d='error_explanation'>\n
        \n", 2, false); ... ^ /project/app/views/carnival/shared/form/_form.html.haml:10: syntax error, unexpected ')' ));}\n", 0, false);end;_h... ^ /project/app/views/carnival/shared/form/_form.html.haml:10: unknown regexp option - l unmatched close parenthesis: /li>\n", 0, false);end;_hamlout.push_text(" \n
    \n", -2, false);end; m... ... ^ /project/app/views/carnival/shared/form/_form.html.haml:19: unknown regexp option - l /project/app/views/carnival/shared/form/_form.html.haml:19: syntax error, unexpected $undefined ...;_hamlout.push_text("\n
\n", -1, false);end;_hamlout.b... ... ^ /project/app/views/carnival/shared/form/_form.html.haml:19: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n", 0, false); ... ^ /project/app/views/carnival/shared/form/_form.html.haml:23: syntax error, unexpected ')', expecting keyword_end ));}\n", 0, false);end;end;_ha... ^ /project/app/views/carnival/shared/form/_form.html.haml:26: unknown regexp options - dv /project/app/views/carnival/shared/form/_form.html.haml:26: syntax error, unexpected $undefined ));}\n
\n", -1, false);end;::Haml::Ut... ^ /project/app/views/carnival/shared/form/_form.html.haml:26: unterminated string meets end of file /project/app/views/carnival/shared/form/_form.html.haml:26: syntax error, unexpected $end, expecting keyword_end: /project/app/views/carnival/shared/form/_form.html.haml:3:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/74479620/variables" for 10.0.2.2 at 2014-04-12 21:19:23 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:22:34 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (46.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (207.0ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (249.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (289.9ms) Completed 500 Internal Server Error in 371ms NameError - undefined local variable or method `action' for #<#:0x9436724>: /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623__622846488' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:14:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620244568' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620244568' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:10:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620244568' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620244568' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620244568' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/75294750/variables" for 10.0.2.2 at 2014-04-12 21:22:35 +0000 Started POST "/__better_errors/75294750/eval" for 10.0.2.2 at 2014-04-12 21:22:44 +0000 Started POST "/__better_errors/75294750/eval" for 10.0.2.2 at 2014-04-12 21:23:00 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:23:24 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (59.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (195.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (343.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (391.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (440.0ms) Completed 500 Internal Server Error in 522ms NoMethodError - undefined method `country' for #: activemodel (4.0.4) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.4) lib/active_record/attribute_methods.rb:167:in `method_missing' actionpack (4.0.4) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:195:in `collection_select' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:786:in `collection_select' simple_form (3.0.1) lib/simple_form/inputs/collection_select_input.rb:7:in `input' /project/app/inputs/admin_relationship_select_input.rb:3:in `input' simple_form (3.0.1) lib/simple_form/components/label_input.rb:11:in `label_input' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (3.0.1) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (3.0.1) lib/simple_form/form_builder.rb:120:in `input' /project/app/views/carnival/shared/form/_field.html.haml:8:in `__project_app_views_carnival_shared_form__field_html_haml__232231944_78921500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77029630' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77029630' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77029630' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:14:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_72620890' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_72620890' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:10:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_72620890' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_72620890' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_72620890' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77377750/variables" for 10.0.2.2 at 2014-04-12 21:23:24 +0000 Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started POST "/__better_errors/77377750/variables" for 10.0.2.2 at 2014-04-12 21:23:43 +0000 Started POST "/__better_errors/77377750/eval" for 10.0.2.2 at 2014-04-12 21:23:47 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:25:40 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (59.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (99.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (136.9ms) Completed 500 Internal Server Error in 227ms NameError - undefined local variable or method `nested_in' for #<#:0x990b1b4>: /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77200830' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77200830' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77200830' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80769760/variables" for 10.0.2.2 at 2014-04-12 21:25:41 +0000 Started POST "/__better_errors/80769760/eval" for 10.0.2.2 at 2014-04-12 21:25:49 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:26:43 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (47.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (88.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (137.0ms) Completed 500 Internal Server Error in 240ms NameError - undefined local variable or method `nested_in' for #<#:0x8f8f554>: /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74093260' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74093260' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74093260' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78021190/variables" for 10.0.2.2 at 2014-04-12 21:26:44 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:27:03 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (42.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.5ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (161.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (335.6ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (379.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (425.0ms) Completed 500 Internal Server Error in 517ms NoMethodError - undefined method `country' for #: activemodel (4.0.4) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.4) lib/active_record/attribute_methods.rb:167:in `method_missing' actionpack (4.0.4) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:195:in `collection_select' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:786:in `collection_select' simple_form (3.0.1) lib/simple_form/inputs/collection_select_input.rb:7:in `input' /project/app/inputs/admin_relationship_select_input.rb:3:in `input' simple_form (3.0.1) lib/simple_form/components/label_input.rb:11:in `label_input' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (3.0.1) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (3.0.1) lib/simple_form/form_builder.rb:120:in `input' /project/app/views/carnival/shared/form/_field.html.haml:8:in `__project_app_views_carnival_shared_form__field_html_haml__232231944_78921500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78923090' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78923090' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78923090' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:15:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76993430' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76993430' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76993430' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76993430' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76993430' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80241790/variables" for 10.0.2.2 at 2014-04-12 21:27:04 +0000 Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started POST "/__better_errors/80241790/variables" for 10.0.2.2 at 2014-04-12 21:27:12 +0000 Started POST "/__better_errors/80241790/eval" for 10.0.2.2 at 2014-04-12 21:27:16 +0000 Started POST "/__better_errors/80241790/eval" for 10.0.2.2 at 2014-04-12 21:27:29 +0000 Started POST "/__better_errors/80241790/variables" for 10.0.2.2 at 2014-04-12 21:27:41 +0000 Started POST "/__better_errors/80241790/eval" for 10.0.2.2 at 2014-04-12 21:27:47 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:28:17 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (147.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (188.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (225.5ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (44.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.3ms) Completed 200 OK in 1217ms (Views: 1198.6ms | ActiveRecord: 13.7ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:19 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:19 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:20 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:20 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:20 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:21 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:21 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:21 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:28:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:21 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:22 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:22 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:22 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:23 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:28:24 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:28:24 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:28:24 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:28:24 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:28:25 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:28:25 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:28:25 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:28:25 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:31:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (144.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (181.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (219.7ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 565ms (Views: 551.7ms | ActiveRecord: 8.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:11 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:12 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:12 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:12 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:12 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:13 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:13 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:13 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:14 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:15 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:31:15 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:31:15 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:31:16 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:31:16 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:31:16 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:31:16 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:31:17 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:31:36 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (144.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (182.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (220.8ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 585ms (Views: 569.8ms | ActiveRecord: 9.6ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:37 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:38 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:38 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:38 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:38 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:38 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:31:39 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:40 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:40 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:40 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:40 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:41 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:41 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:31:42 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:31:42 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:31:42 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:31:42 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:31:43 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:31:43 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:31:43 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:31:44 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:32:14 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (43.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (215.8ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (262.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (308.5ms) Completed 500 Internal Server Error in 398ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:19:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73903300' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73903300' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73903300' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78917400' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78917400' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78917400' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78917400' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78917400' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/75411030/variables" for 10.0.2.2 at 2014-04-12 21:32:15 +0000 Started POST "/__better_errors/75411030/eval" for 10.0.2.2 at 2014-04-12 21:32:25 +0000 Started POST "/__better_errors/75411030/eval" for 10.0.2.2 at 2014-04-12 21:32:41 +0000 Started POST "/__better_errors/75411030/eval" for 10.0.2.2 at 2014-04-12 21:32:50 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:33:10 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (166.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (303.4ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (338.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (379.0ms) Completed 500 Internal Server Error in 457ms NoMethodError - undefined method `country' for #: activemodel (4.0.4) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.4) lib/active_record/attribute_methods.rb:167:in `method_missing' actionpack (4.0.4) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `block in render' actionpack (4.0.4) lib/action_view/helpers/tags/collection_select.rb:16:in `render' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:195:in `collection_select' actionpack (4.0.4) lib/action_view/helpers/form_options_helper.rb:786:in `collection_select' simple_form (3.0.1) lib/simple_form/inputs/collection_select_input.rb:7:in `input' /project/app/inputs/admin_relationship_select_input.rb:3:in `input' simple_form (3.0.1) lib/simple_form/components/label_input.rb:11:in `label_input' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (3.0.1) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (3.0.1) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (3.0.1) lib/simple_form/form_builder.rb:120:in `input' /project/app/views/carnival/shared/form/_field.html.haml:8:in `__project_app_views_carnival_shared_form__field_html_haml__232231944_78921500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76680230' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76680230' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76680230' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78501520' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78501520' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78501520' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78501520' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78501520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-620391878/variables" for 10.0.2.2 at 2014-04-12 21:33:11 +0000 Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started POST "/__better_errors/-620391878/variables" for 10.0.2.2 at 2014-04-12 21:33:21 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:33:52 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (4.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (44.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (219.2ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (260.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (298.9ms) Completed 500 Internal Server Error in 389ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:19:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77202750' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77202750' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77202750' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77737940' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77737940' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77737940' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77737940' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_77737940' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78033130/variables" for 10.0.2.2 at 2014-04-12 21:33:53 +0000 Started POST "/__better_errors/78033130/eval" for 10.0.2.2 at 2014-04-12 21:34:03 +0000 Started POST "/__better_errors/78033130/eval" for 10.0.2.2 at 2014-04-12 21:34:09 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:34:49 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (152.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (295.7ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (334.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (373.3ms) Completed 500 Internal Server Error in 459ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:19:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73112560' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73112560' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73112560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74640300' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74640300' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74640300' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74640300' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_74640300' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77706140/variables" for 10.0.2.2 at 2014-04-12 21:34:50 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:34:56 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.5ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (287.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (328.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (369.2ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (13.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 766ms (Views: 746.9ms | ActiveRecord: 13.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:57 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:57 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:57 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:59 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:59 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:34:59 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:34:59 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:34:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:01 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:01 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:01 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:01 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:35:01 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:35:02 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:35:02 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:35:02 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:35:02 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:35:03 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:35:03 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:35:52 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (87.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (259.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (300.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (338.5ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (39.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 725ms (Views: 711.6ms | ActiveRecord: 9.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:54 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:55 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:55 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:55 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:55 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:55 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:35:56 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:56 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:56 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:57 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:57 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:57 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:58 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:58 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:35:58 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:35:58 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:35:59 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:35:59 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:35:59 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:35:59 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:36:00 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:36:00 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:37:13 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (80.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (218.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (259.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (298.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (45.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 691ms (Views: 676.1ms | ActiveRecord: 9.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:14 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:14 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:14 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:14 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:15 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:15 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:15 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:15 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:15 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:16 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:37:16 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:16 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:16 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:17 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:18 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:18 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:37:18 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:37:18 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:37:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:37:19 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:37:19 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:37:20 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:37:20 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:37:20 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:37:53 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (79.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (219.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (259.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (302.3ms) Completed 500 Internal Server Error in 386ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_88168910' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_88168910' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_88168910' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85212250' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85212250' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_tag_helper.rb:579:in `field_set_tag' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85212250' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85212250' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85212250' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/88270540/variables" for 10.0.2.2 at 2014-04-12 21:37:54 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:03 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:07 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:10 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:11 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:11 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:11 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:11 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:20 +0000 Started POST "/__better_errors/88270540/eval" for 10.0.2.2 at 2014-04-12 21:38:36 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:40:12 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (89.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (234.7ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (271.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (308.6ms) Completed 500 Internal Server Error in 394ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620374628' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620374628' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623__620374628' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:16:in `block (4 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73515610' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73515610' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73515610' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73515610' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73515610' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/85946010/variables" for 10.0.2.2 at 2014-04-12 21:40:13 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:40:21 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (260.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (305.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (347.5ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 748ms (Views: 731.3ms | ActiveRecord: 11.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:23 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:23 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:23 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:23 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:23 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:24 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:24 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:24 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:24 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:25 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:25 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:40:25 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:25 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:25 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:26 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:26 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:26 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:26 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:40:27 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:40:28 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:40:28 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:40:28 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:40:28 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:40:29 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:40:29 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:40:50 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (172.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (209.8ms) Completed 500 Internal Server Error in 292ms NoMethodError - undefined method `model_name' for #: actionpack (4.0.4) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1142:in `instantiate_builder' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:698:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85143310' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85143310' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_85143310' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83584350/variables" for 10.0.2.2 at 2014-04-12 21:40:51 +0000 Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:41:12 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? ORDER BY "states"."id" ASC LIMIT 1 [["country_id", 1]] Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (87.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (226.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (267.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (307.2ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 650ms (Views: 634.2ms | ActiveRecord: 10.1ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:13 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:14 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:15 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:15 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:15 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:15 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:15 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:16 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:16 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:16 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:16 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:16 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:17 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:18 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:41:18 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:41:18 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:41:19 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:41:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:41:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:41:19 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:41:20 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:41:47 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? ORDER BY "states"."id" ASC LIMIT 1 [["country_id", 1]] Admin::State Load (1.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (86.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (225.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (262.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (303.0ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 645ms (Views: 629.7ms | ActiveRecord: 10.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:48 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:48 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:49 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:49 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:49 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:49 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:49 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:50 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:50 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:41:50 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:51 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:51 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:52 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:52 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:41:53 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:41:53 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:41:53 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:41:54 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:41:54 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:41:54 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:41:54 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:41:55 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:43:37 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (148.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (187.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (228.0ms) Completed 500 Internal Server Error in 309ms NoMethodError - undefined method `model_name' for #: actionpack (4.0.4) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1142:in `instantiate_builder' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:698:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_79451470' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_79451470' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_79451470' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/79830160/variables" for 10.0.2.2 at 2014-04-12 21:43:38 +0000 Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started POST "/__better_errors/79830160/variables" for 10.0.2.2 at 2014-04-12 21:43:50 +0000 Started POST "/__better_errors/79830160/variables" for 10.0.2.2 at 2014-04-12 21:43:53 +0000 Started POST "/__better_errors/79830160/eval" for 10.0.2.2 at 2014-04-12 21:44:01 +0000 Started POST "/__better_errors/79830160/eval" for 10.0.2.2 at 2014-04-12 21:44:26 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:44:42 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (38.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (172.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (215.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (261.9ms) Completed 500 Internal Server Error in 342ms NoMethodError - undefined method `errors' for nil:NilClass: /project/app/views/carnival/shared/form/_inner_form.html.haml:1:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_80769930' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73900480' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73900480' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73900480' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_73900480' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77299030/variables" for 10.0.2.2 at 2014-04-12 21:44:43 +0000 Started POST "/__better_errors/77299030/eval" for 10.0.2.2 at 2014-04-12 21:44:56 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:45:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (153.7ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (199.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (249.3ms) Completed 500 Internal Server Error in 334ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77026810/variables" for 10.0.2.2 at 2014-04-12 21:45:10 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:17 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:18 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:18 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:19 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:27 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:41 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:45:43 +0000 Started POST "/__better_errors/77026810/eval" for 10.0.2.2 at 2014-04-12 21:47:11 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:48:36 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (4.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.6ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (165.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (202.0ms) Completed 500 Internal Server Error in 301ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_78026020' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81858730/variables" for 10.0.2.2 at 2014-04-12 21:48:37 +0000 Started POST "/__better_errors/81858730/eval" for 10.0.2.2 at 2014-04-12 21:48:48 +0000 Started POST "/__better_errors/81858730/eval" for 10.0.2.2 at 2014-04-12 21:49:12 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:50:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (147.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (193.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (238.3ms) Completed 500 Internal Server Error in 331ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76200010' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76200010' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76200010' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_76200010' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/75777430/variables" for 10.0.2.2 at 2014-04-12 21:50:10 +0000 Started POST "/__better_errors/75777430/eval" for 10.0.2.2 at 2014-04-12 21:50:12 +0000 Started POST "/__better_errors/75777430/eval" for 10.0.2.2 at 2014-04-12 21:50:28 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:54:43 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 92ms NoMethodError - undefined method `find' for nil:NilClass: inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/83541470/variables" for 10.0.2.2 at 2014-04-12 21:54:44 +0000 Started POST "/__better_errors/83541470/variables" for 10.0.2.2 at 2014-04-12 21:54:55 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:55:18 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 6ms NoMethodError - undefined method `find' for nil:NilClass: inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/80182220/variables" for 10.0.2.2 at 2014-04-12 21:55:19 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:55:39 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (151.1ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (191.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (237.8ms) Completed 500 Internal Server Error in 426ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/77296970/variables" for 10.0.2.2 at 2014-04-12 21:55:41 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:56:35 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (158.8ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (197.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (239.6ms) Completed 500 Internal Server Error in 421ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:12:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:31:in `block in simple_fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:30:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:11:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_75410620' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_75294560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/79866580/variables" for 10.0.2.2 at 2014-04-12 21:56:36 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:56:48 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:57:04 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:57:24 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:57:33 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:57:42 +0000 Started POST "/__better_errors/79866580/eval" for 10.0.2.2 at 2014-04-12 21:58:13 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 21:59:45 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (153.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (202.5ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (43.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 619ms (Views: 606.1ms | ActiveRecord: 8.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:47 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:47 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:47 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:47 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:48 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 21:59:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:49 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:49 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:50 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 21:59:51 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 21:59:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 21:59:52 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 21:59:52 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 21:59:52 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 21:59:52 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 21:59:53 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 21:59:53 +0000 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" ORDER BY "countries"."id" ASC LIMIT 1 Admin::State Load (13.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started GET "/admin/states" for 10.0.2.2 at 2014-04-12 22:02:03 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (195.1ms)  (1.6ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.3ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.7ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (95.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (75.4ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (552.4ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 986ms (Views: 933.2ms | ActiveRecord: 14.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:05 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:05 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:06 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:06 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:06 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:06 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:06 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:07 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:07 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:07 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:08 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:09 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:10 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 22:02:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:02:10 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:02:11 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:02:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:02:11 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 22:02:11 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:02:12 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-12&to=2014-04-12&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397340128241" for 10.0.2.2 at 2014-04-12 22:02:12 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-12", "to"=>"2014-04-12", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397340128241"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-12 00:00:00' and '2014-04-12 23:59:59') Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-12 00:00:00' and '2014-04-12 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 13ms (Views: 5.0ms | ActiveRecord: 4.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-12 22:02:12 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-12 22:02:12 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-12 22:02:12 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-12 22:02:13 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-12 22:02:13 +0000  (0.1ms) begin transaction SQL (14.3ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "BR"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:02:44 UTC +00:00], ["name", "Rio de Janeiro"], ["updated_at", Sat, 12 Apr 2014 22:02:44 UTC +00:00]]  (4.5ms) commit transaction Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" ORDER BY "countries"."id" ASC LIMIT 1 Admin::State Load (2.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 22:02:54 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 22:02:55 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:02:58 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (174.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (220.4ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 597ms (Views: 583.5ms | ActiveRecord: 8.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:59 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:59 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:59 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:59 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:02:59 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:00 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:00 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:00 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:00 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:00 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:01 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:02 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:02 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:02 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:03 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:03 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:03:03 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:03:03 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:05:02 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (161.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (204.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (294.4ms) Carnival::AdminUserNotification Load (2.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 648ms (Views: 632.4ms | ActiveRecord: 10.1ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:04 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:05 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:05 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:06 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:07 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:05:08 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:05:20 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (170.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (459.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (500.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (542.1ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 942ms (Views: 927.5ms | ActiveRecord: 9.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:21 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:22 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:23 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:23 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:23 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:23 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:05:23 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:24 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:25 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:25 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:25 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:05:26 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:05:26 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:07:05 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (412.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (454.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (494.2ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 837ms (Views: 822.0ms | ActiveRecord: 10.0ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:06 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:08 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:08 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:08 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:07:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:09 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:09 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:07:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:07:11 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:10:27 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (543.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (584.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (622.2ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 969ms (Views: 955.2ms | ActiveRecord: 9.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:31 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:10:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:10:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:10:33 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:10:34 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:10:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:10:34 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:10:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:10:34 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:10:35 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:11:53 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (506.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_75294560 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (550.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (589.5ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 939ms (Views: 924.9ms | ActiveRecord: 9.5ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:55 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:56 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:56 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:56 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:56 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:11:56 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:57 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:57 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:57 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:57 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:57 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:58 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:11:59 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:11:59 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:11:59 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:11:59 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:12:00 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:12:00 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:12:00 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:12:01 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:17:08 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (510.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_80239470 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (557.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (595.2ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 963ms (Views: 945.6ms | ActiveRecord: 11.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:09 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:09 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:10 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:11 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:11 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:17:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:12 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:13 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:14 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:17:14 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:17:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:17:14 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:17:15 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:17:15 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:17:15 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:17:15 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:17:16 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:41:24 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_form.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (43.1ms) Completed 500 Internal Server Error in 128ms Haml::SyntaxError - Inconsistent indentation: 1 space used for indentation, but the rest of the document was indented using 2 spaces.: haml (4.0.5) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.5) lib/haml/parser.rb:152:in `tabs' haml (4.0.5) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.5) lib/haml/parser.rb:122:in `parse' haml (4.0.5) lib/haml/engine.rb:66:in `initialize' haml (4.0.5) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.5) lib/haml/template/plugin.rb:30:in `call' actionpack (4.0.4) lib/action_view/template.rb:272:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/78920630/variables" for 10.0.2.2 at 2014-04-12 22:41:24 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:41:38 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.8ms) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (511.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779__620371868 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (567.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (612.6ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1013ms (Views: 995.0ms | ActiveRecord: 11.5ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:39 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:40 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:40 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:40 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:40 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:40 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:41:41 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:42 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:42 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:42 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:42 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:42 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:43 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:43 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:43 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:43 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:43 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:44 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:41:44 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:41:44 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:41:44 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:41:44 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:41:45 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:41:45 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:41:45 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:41:47 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:42:12 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (55.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (137.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (556.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_88184220 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (599.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (636.6ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 988ms (Views: 974.5ms | ActiveRecord: 9.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:14 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:14 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:14 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:14 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:14 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:15 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:15 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:15 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:15 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:16 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:42:16 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:16 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:16 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:17 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:17 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:18 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:18 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:42:19 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:42:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:42:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:42:19 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:42:19 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:42:20 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:42:20 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:42:21 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:44:16 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (57.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (147.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (547.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_88875740 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (590.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (630.7ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 970ms (Views: 954.4ms | ActiveRecord: 10.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:17 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:18 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:18 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:18 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:18 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:18 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:19 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:19 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:19 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:19 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:19 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:20 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:20 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:20 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:20 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:20 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:21 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:21 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:21 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:22 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:22 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:22 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:44:22 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:44:22 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:44:23 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:44:23 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:44:23 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:44:23 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:44:24 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:44:53 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (531.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84365860 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (575.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (616.1ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 972ms (Views: 956.9ms | ActiveRecord: 9.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:55 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:55 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:55 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:55 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:56 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:56 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:56 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:56 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:56 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:57 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:44:57 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:57 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:57 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:57 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:58 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:58 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:58 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:59 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:59 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:59 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:44:59 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:44:59 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:45:00 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:45:00 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:45:00 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:45:00 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:45:00 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:45:01 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:45:31 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (562.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_78926000 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (609.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (647.1ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 998ms (Views: 982.5ms | ActiveRecord: 9.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:33 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:33 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:34 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:34 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:34 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:34 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:35 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:36 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:36 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:36 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:37 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:45:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:45:38 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:45:38 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:45:38 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:45:39 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:45:39 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:45:39 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:45:40 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:47:08 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (539.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_78943350 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (587.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (635.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1015ms (Views: 998.3ms | ActiveRecord: 10.7ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:09 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:10 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:10 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:11 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:11 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:11 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:12 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:47:12 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:12 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:13 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:13 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:14 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:14 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:47:14 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:47:14 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:47:15 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:47:15 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:47:15 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:47:15 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:47:15 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:47:16 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:48:34 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.6ms) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) Admin::Country Load (2.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (542.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_78491630 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (584.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (624.9ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 996ms (Views: 977.1ms | ActiveRecord: 12.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:36 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:36 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:36 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:36 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:36 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:37 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:37 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:37 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:37 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:37 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:38 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:48:38 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:38 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:38 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:38 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:39 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:39 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:39 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:39 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:39 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:40 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:40 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:40 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:48:40 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:48:40 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:48:41 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:48:41 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:48:41 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:48:41 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:48:42 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:48:43 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:55:43 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (597.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_73974760 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (642.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (680.2ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1018ms (Views: 1002.8ms | ActiveRecord: 9.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:45 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:45 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:45 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:45 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:46 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:46 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:46 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:46 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:46 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:47 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:47 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 22:55:47 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:47 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:47 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:48 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:48 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:48 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:48 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:49 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:49 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:49 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:49 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:55:49 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 22:55:50 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 22:55:50 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 22:55:50 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 22:55:50 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 22:55:51 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 22:55:51 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 22:55:52 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-12 22:59:05 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"2"}, "2"=>{"name"=>"Goiás", "code"=>"GO"}, "3"=>{"name"=>"Ceará", "code"=>"CE"}, "4"=>{"name"=>"Porto Alegra", "code"=>"PO"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.2ms) begin transaction SQL (4.9ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "SP"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00], ["name", "São Paulo"], ["updated_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00]] SQL (0.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "RJ"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00], ["name", "Rio de Janeiro"], ["updated_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00]] SQL (0.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "GO"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00], ["name", "Goiás"], ["updated_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00]] SQL (0.3ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "CE"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00], ["name", "Ceará"], ["updated_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00]] SQL (0.4ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "PO"], ["country_id", 1], ["created_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00], ["name", "Porto Alegra"], ["updated_at", Sat, 12 Apr 2014 22:59:06 UTC +00:00]]  (4.6ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries/1 Completed 302 Found in 241ms (ActiveRecord: 32.4ms) Started GET "/admin/countries/1" for 10.0.2.2 at 2014-04-12 22:59:06 +0000 Processing by Admin::CountriesController#show as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (90.1ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 559ms (Views: 495.5ms | ActiveRecord: 8.7ms) Started GET "/admin/states" for 10.0.2.2 at 2014-04-12 22:59:12 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (58.0ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (221.8ms)  (1.8ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.4ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (42.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (445.8ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 855ms (Views: 800.0ms | ActiveRecord: 12.2ms) Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:13 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:14 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 22:59:14 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-12 22:59:14 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-12&to=2014-04-12&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397343553850" for 10.0.2.2 at 2014-04-12 22:59:14 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-12", "to"=>"2014-04-12", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397343553850"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-12 00:00:00' and '2014-04-12 23:59:59') Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-12 00:00:00' and '2014-04-12 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (19.6ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (163.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (171.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (173.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (164.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (162.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (163.5ms) Completed 200 OK in 3149ms (Views: 3134.2ms | ActiveRecord: 7.8ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-12 22:59:18 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-12 22:59:18 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-12 22:59:18 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-12 22:59:18 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-12 22:59:43 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (108.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (265.8ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 601ms (Views: 591.1ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:44 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:45 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:45 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:45 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:45 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397343585209" for 10.0.2.2 at 2014-04-12 22:59:46 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397343585209"} Carnival::AdminUser Load (1.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (154.9ms) Completed 200 OK in 565ms (Views: 554.1ms | ActiveRecord: 5.0ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 22:59:49 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::Country Load (1.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (65.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (149.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1358.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_73974760 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1402.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1444.8ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1841ms (Views: 1825.4ms | ActiveRecord: 10.1ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-12 22:59:51 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:51 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:52 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:52 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:52 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:53 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:53 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:53 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 22:59:53 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:02:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (46.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (85.9ms) Completed 500 Internal Server Error in 171ms SyntaxError - /project/app/views/carnival/shared/form/_inner_form.html.haml:18: syntax error, unexpected tSTRING_BEG, expecting ')' /project/app/views/carnival/shared/form/_inner_form.html.haml:19: syntax error, unexpected ',', expecting ')' ));}\n \n", -1, false); ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:23: syntax error, unexpected keyword_end, expecting '}' ));}\n", 0, false);end;end;end;_hamlout.push_text("\n", -1, false);end;::Haml::Util.html_safe(_erbo... ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:23: syntax error, unexpected keyword_ensure, expecting '}' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:23: syntax error, unexpected keyword_end, expecting '}' ...uffer.upper if @haml_buffer;end; ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:26: syntax error, unexpected keyword_end, expecting '}': /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_73974760' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_73974760' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/82332890/variables" for 10.0.2.2 at 2014-04-12 23:02:10 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:02:27 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) Admin::State Load (1.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1237.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_73974760 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1279.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1317.3ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1685ms (Views: 1668.5ms | ActiveRecord: 10.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:30 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:30 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:30 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:31 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:31 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:33 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:34 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:02:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:02:34 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:02:34 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:02:35 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:02:35 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:02:35 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:02:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:02:36 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:04:38 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.7ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1361.9ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1401.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1444.4ms) Completed 500 Internal Server Error in 1660ms NoMethodError - undefined method `id' for nil:NilClass: /project/app/views/carnival/shared/form/_inner_form.html.haml:14:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/builder.rb:26:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84531240' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__583425779_84531240' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__223791315_79098740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__379397856__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__517529915__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84369880/variables" for 10.0.2.2 at 2014-04-12 23:04:40 +0000 Started POST "/__better_errors/84369880/eval" for 10.0.2.2 at 2014-04-12 23:04:54 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:05:50 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (133.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (90.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (160.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (53.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (143.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89380200 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1884.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84531240 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1927.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1968.3ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (37.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2438ms (Views: 2312.7ms | ActiveRecord: 30.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:53 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:54 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:54 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:54 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:54 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:55 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:56 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:56 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:56 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:57 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:57 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:57 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:05:58 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:05:58 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:05:58 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:05:58 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:05:58 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:05:59 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:05:59 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:06:01 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:06:02 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:18:00 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::State Load (4.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (63.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (168.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (145.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1905.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_89777770 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1950.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1990.5ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2360ms (Views: 2336.0ms | ActiveRecord: 18.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:02 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:03 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:03 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:03 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:04 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:04 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:06 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:06 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:07 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:18:07 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:18:07 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:18:07 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:18:07 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:18:08 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:18:08 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:18:08 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:18:11 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:18:11 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:19:00 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (1.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (90.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1647.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_89777770 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1689.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1728.7ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2075ms (Views: 2055.4ms | ActiveRecord: 13.8ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:03 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:03 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:04 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:04 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:04 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:05 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:05 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:05 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:06 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:06 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:07 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:07 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:07 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:19:08 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:19:08 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:19:08 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:19:08 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:19:09 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:19:09 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:19:11 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:19:12 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:19:38 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (46.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (179.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (36.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (311.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.7ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (339.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Admin::State Load (3.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.2ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (133.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2359.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84453060 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2407.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2448.1ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2913ms (Views: 2888.6ms | ActiveRecord: 18.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:41 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:42 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:42 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:42 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:43 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:19:44 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:44 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:44 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:44 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:44 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:45 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:45 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:45 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:45 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:46 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:46 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:19:46 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:19:46 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:19:47 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:19:47 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:19:47 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:19:47 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:19:47 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:19:49 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:19:49 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:20:49 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (58.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.7ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) CACHE (0.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1665.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84453060 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1705.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1744.0ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2095ms (Views: 2074.9ms | ActiveRecord: 15.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:52 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:52 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:52 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:52 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:52 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:53 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:53 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:53 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:53 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:53 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:54 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:20:54 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:54 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:54 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:54 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:55 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:55 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:55 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:56 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:56 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:56 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:20:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:20:56 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:20:57 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:20:57 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:20:57 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:20:58 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:20:58 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:21:00 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:21:01 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:21:40 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1750.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_84453060 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1798.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1845.0ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2229ms (Views: 2206.4ms | ActiveRecord: 15.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:43 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:43 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:43 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:44 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:45 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:45 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:21:45 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:45 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:46 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:46 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:46 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:47 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:47 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:21:47 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:21:48 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:21:48 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:21:48 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:21:49 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:21:49 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:21:49 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:21:52 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:21:53 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:22:57 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1688.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_78915630 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1767.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1806.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (6.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2158ms (Views: 2137.3ms | ActiveRecord: 14.9ms) Started GET "/assets/carnival/fonts/opensans-regular-webfont.ttf" for 10.0.2.2 at 2014-04-12 23:23:49 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:50 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:50 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:50 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:50 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:51 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:51 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:51 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:52 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:52 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:52 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:52 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:23:53 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:53 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:53 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:53 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:54 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:54 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:55 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:55 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:55 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:23:55 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:23:56 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:23:56 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:23:57 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:23:57 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:23:57 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:23:57 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:24:00 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:24:00 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:25:38 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) Admin::Country Load (2.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (87.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1687.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_88777160 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1726.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1800.8ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2153ms (Views: 2131.7ms | ActiveRecord: 16.2ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-12 23:27:59 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (91.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___675647623_89854770 at /project/app/views/carnival/shared/form/_inner_form.html.haml:18) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1682.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__583425779_88777160 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1722.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1762.1ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2106ms (Views: 2085.8ms | ActiveRecord: 14.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:02 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:02 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:02 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:03 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:03 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:03 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:04 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-12 23:28:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:04 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:05 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:05 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:06 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:06 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-12 23:28:07 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-12 23:28:07 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-12 23:28:07 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-12 23:28:07 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-12 23:28:07 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-12 23:28:08 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-12 23:28:08 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-12 23:28:10 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-12 23:28:11 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:25:51 +0000 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (4.7ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (563.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (696.6ms) Completed 500 Internal Server Error in 1035ms SyntaxError - /project/app/views/carnival/shared/form/_inner_form.html.haml:13: syntax error, unexpected '}', expecting ')' /project/app/views/carnival/shared/form/_inner_form.html.haml:16: unknown regexp options - dv /project/app/views/carnival/shared/form/_inner_form.html.haml:16: syntax error, unexpected $undefined ));}\n \n \n", -1, false);end;::Haml::Util.html_safe(_erbo... ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:26: syntax error, unexpected keyword_ensure, expecting ')' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:26: syntax error, unexpected keyword_end, expecting ')' ...uffer.upper if @haml_buffer;end; ... ^ /project/app/views/carnival/shared/form/_inner_form.html.haml:29: syntax error, unexpected keyword_end, expecting ')': /project/app/views/carnival/shared/form/_inner_form.html.haml:13:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___915569166_87366310' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml__57954538_89664330' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:75:in `block (2 levels) in edit' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' /project/app/controllers/carnival/base_admin_controller.rb:69:in `edit' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__865033444__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/87364940/variables" for 10.0.2.2 at 2014-04-13 21:25:53 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:26:08 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_90374150 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (38.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (203.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_90374150 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (67.9ms) Admin::State Load (1.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (222.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2263.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2303.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2345.4ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (46.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (13.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.7ms) Completed 200 OK in 3299ms (Views: 3236.2ms | ActiveRecord: 57.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:12 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:12 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:12 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:12 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:13 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:13 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:13 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:13 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:14 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:14 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:26:14 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:15 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:15 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:15 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:16 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:16 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:16 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:26:17 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:26:17 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:26:17 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:26:17 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:26:17 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:26:18 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:26:18 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:26:21 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:26:21 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:26:32 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_90374150 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (138.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (143.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (142.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (143.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.7ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_90374150 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (50.9ms) Admin::State Load (2.9ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (13.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (169.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.3ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.8ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (148.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (130.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2194.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2245.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2307.8ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2759ms (Views: 2732.8ms | ActiveRecord: 19.6ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:35:41 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__622277488 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (126.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__622277488 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.0ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1735.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1777.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1816.1ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2360ms (Views: 2337.8ms | ActiveRecord: 16.9ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:44 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:44 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:45 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:45 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:45 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:45 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:45 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:46 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:46 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:46 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:46 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:35:46 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:47 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:47 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:47 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:47 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:47 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:48 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:48 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:48 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:49 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:35:49 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:35:49 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:35:49 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:35:49 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:35:50 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:35:50 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:35:50 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:36:34 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:36:34 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:37:31 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__618013358 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__618013358 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (47.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (128.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1726.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1766.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1805.7ms) Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2158ms (Views: 2138.2ms | ActiveRecord: 14.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:34 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:34 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:34 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:35 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:36 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:36 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:37:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:37 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:37 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:38 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:38 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:37:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:37:39 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:37:39 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:37:39 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:37:39 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:37:39 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:37:40 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:37:48 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:37:49 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:39:03 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__618013358 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (39.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (144.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__618013358 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1739.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_87366310 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1783.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1821.9ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2401ms (Views: 2380.4ms | ActiveRecord: 14.7ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:06 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:08 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:08 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:08 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:39:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:09 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:09 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:10 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:10 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:39:11 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:39:11 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:39:11 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:39:11 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:39:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:39:12 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:39:12 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:39:15 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:39:15 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:44:21 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_89008900 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_89008900 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1715.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_84257430 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1763.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1814.2ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2370ms (Views: 2350.1ms | ActiveRecord: 14.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:24 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:24 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:24 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:24 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:25 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:25 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:25 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:25 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:25 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:26 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:26 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:26 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:26 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:26 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:27 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:27 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:27 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:27 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:27 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:28 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:28 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:28 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:28 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:44:28 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:44:29 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:44:29 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:44:29 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:44:29 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:44:29 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:44:30 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:44:31 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:44:31 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:44:55 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_89008900 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687_89008900 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1695.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_84257430 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1738.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1782.7ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2355ms (Views: 2332.8ms | ActiveRecord: 16.9ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:58 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:58 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:58 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:58 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:59 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:59 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:59 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:59 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:44:59 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:45:00 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:45:00 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:45:00 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:00 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:00 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:01 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:01 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:01 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:02 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:02 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:45:02 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:45:03 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:45:03 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:45:03 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:45:03 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:45:03 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:45:04 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:45:06 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:45:06 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 21:47:54 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"Rio de Janeiro", "code"=>"BR", "id"=>"2"}, "2"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "3"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "4"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "5"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "6"=>{"name"=>"", "code"=>"", "id"=>"7"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 378ms ActionView::MissingTemplate - Missing template admin/countries/edit, carnival/base_admin/edit, inherited_resources/base/edit, application/edit with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:49:in `update' /project/app/controllers/carnival/base_admin_controller.rb:86:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__865033444__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/84568130/variables" for 10.0.2.2 at 2014-04-13 21:47:55 +0000 Started POST "/__better_errors/84568130/variables" for 10.0.2.2 at 2014-04-13 21:48:25 +0000 Started POST "/__better_errors/84568130/variables" for 10.0.2.2 at 2014-04-13 21:48:30 +0000 Started POST "/__better_errors/84568130/variables" for 10.0.2.2 at 2014-04-13 21:48:35 +0000 Started GET "/admin/countries/" for 10.0.2.2 at 2014-04-13 21:48:59 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (132.2ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (4.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (317.4ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (37.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 820ms (Views: 672.5ms | ActiveRecord: 7.3ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:49:00 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:00 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:00 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:01 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:01 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:02 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:02 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:02 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:03 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:03 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:49:03 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 21:49:03 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 21:49:04 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 21:49:04 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397425741903" for 10.0.2.2 at 2014-04-13 21:49:04 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397425741903"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (12.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (161.3ms) Completed 200 OK in 538ms (Views: 529.3ms | ActiveRecord: 5.3ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 21:49:07 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__617954548 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (133.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (55.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (142.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__778978687__617954548 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (166.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1989.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_84257430 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2032.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2075.0ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2449ms (Views: 2424.9ms | ActiveRecord: 17.7ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:49:10 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:10 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:10 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:11 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:11 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:12 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:49:12 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 21:50:07 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"Rio de Janeiro", "code"=>"BR", "id"=>"2"}, "2"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "3"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "4"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "5"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "6"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"7"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (0.4ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BR' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 421ms ActionView::MissingTemplate - Missing template admin/countries/edit, carnival/base_admin/edit, inherited_resources/base/edit, application/edit with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:49:in `update' /project/app/controllers/carnival/base_admin_controller.rb:86:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__865033444__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/87571060/variables" for 10.0.2.2 at 2014-04-13 21:50:09 +0000 Started POST "/__better_errors/87571060/variables" for 10.0.2.2 at 2014-04-13 21:51:28 +0000 Started POST "/__better_errors/87571060/variables" for 10.0.2.2 at 2014-04-13 21:51:32 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 21:53:05 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"Rio de Janeiro", "code"=>"BR", "id"=>"2"}, "2"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "3"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "4"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "5"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "6"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"7"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (0.4ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.3ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BR' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (47.7ms) Completed 500 Internal Server Error in 316ms NoMethodError - undefined method `model_name' for nil:NilClass: /project/app/views/carnival/shared/form/edit.html.haml:3:in `__project_app_views_carnival_shared_form_edit_html_haml__57954538_89664330' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:92:in `block (2 levels) in update' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:272:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:49:in `update' /project/app/controllers/carnival/base_admin_controller.rb:86:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__865033444__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/88690000/variables" for 10.0.2.2 at 2014-04-13 21:53:06 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 21:54:03 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (39.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (197.0ms)  (1.4ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.1ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (70.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (54.4ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (479.7ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (37.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 975ms (Views: 831.3ms | ActiveRecord: 23.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:05 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:06 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:06 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:06 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:06 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:07 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:07 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:08 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:10 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:10 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:54:10 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:54:11 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:54:11 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:54:11 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:54:11 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:54:12 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 21:54:12 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426048333" for 10.0.2.2 at 2014-04-13 21:54:12 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426048333"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 14ms (Views: 4.4ms | ActiveRecord: 5.5ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 21:54:12 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 21:54:12 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-13 21:54:13 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-13 21:54:13 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 21:54:31 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.4ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (146.7ms)  (1.8ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.2ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (24.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (66.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (434.2ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 846ms (Views: 830.0ms | ActiveRecord: 12.2ms) Started GET "/assets/carnival/search-button.png" for 10.0.2.2 at 2014-04-13 21:54:37 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426048334" for 10.0.2.2 at 2014-04-13 21:54:39 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426048334"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (28.0ms) Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (8.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (157.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (187.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (223.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (157.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (150.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (167.7ms) Completed 200 OK in 3168ms (Views: 3157.8ms | ActiveRecord: 7.1ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:54:42 +0000 Started DELETE "/admin/states/2" for 10.0.2.2 at 2014-04-13 21:54:50 +0000 Processing by Admin::StatesController#destroy as HTML Parameters: {"authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "id"=>"2"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (4.1ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 2]]  (4.0ms) commit transaction Redirected to http://127.0.0.1:2201/admin/states Completed 302 Found in 135ms (ActiveRecord: 11.5ms) Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 21:54:51 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (4.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (162.4ms)  (2.3ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (3.7ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.3ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (32.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (46.4ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (424.6ms) Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 781ms (Views: 761.0ms | ActiveRecord: 16.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:52 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:52 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:53 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:53 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:53 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:53 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:54 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:55 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:55 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:55 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:55 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:55 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:56 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:56 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:56 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:57 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:57 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 21:54:57 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:54:57 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:54:57 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:54:58 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:54:58 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:54:58 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:54:58 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426095220" for 10.0.2.2 at 2014-04-13 21:54:59 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426095220"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 18ms (Views: 5.9ms | ActiveRecord: 6.4ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 21:54:59 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 21:54:59 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 21:54:59 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-13 21:55:00 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-13 21:55:00 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-01&to=2014-04-30&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426095221" for 10.0.2.2 at 2014-04-13 21:55:01 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-01", "to"=>"2014-04-30", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426095221"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-01 00:00:00' and '2014-04-30 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.7ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (210.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (164.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (161.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (31.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (5.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (216.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (167.7ms) Completed 200 OK in 2766ms (Views: 2755.5ms | ActiveRecord: 6.8ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:55:04 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:55:07 +0000 Started GET "/admin/states/new" for 10.0.2.2 at 2014-04-13 21:55:07 +0000 Processing by Admin::StatesController#new as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (186.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_84257430 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (229.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (274.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 651ms (Views: 639.8ms | ActiveRecord: 7.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:08 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:09 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:09 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:09 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:09 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:10 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:10 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:10 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:10 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:12 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:12 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:13 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:13 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:55:13 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 21:55:13 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:55:14 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 21:55:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 21:55:14 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 21:55:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 21:55:15 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:55:15 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 21:55:27 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"Ce", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.6ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'Ce' LIMIT 1 SQL (3.8ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "Ce"], ["country_id", 1], ["created_at", Sun, 13 Apr 2014 21:55:27 UTC +00:00], ["name", "Ceará"], ["updated_at", Sun, 13 Apr 2014 21:55:27 UTC +00:00]]  (3.7ms) commit transaction Redirected to http://127.0.0.1:2201/admin/states/8 Completed 302 Found in 149ms (ActiveRecord: 11.5ms) Started GET "/admin/states/8" for 10.0.2.2 at 2014-04-13 21:55:27 +0000 Processing by Admin::StatesController#show as HTML Parameters: {"id"=>"8"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", "8"]] Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (100.1ms) Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 482ms (Views: 468.6ms | ActiveRecord: 8.9ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:28 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:28 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:31 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:32 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:32 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:55:33 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 21:55:34 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 21:55:35 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (5.2ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (165.2ms)  (1.5ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (24.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (44.9ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (400.6ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (11.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (49.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 821ms (Views: 803.6ms | ActiveRecord: 12.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:36 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:36 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:36 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:36 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:37 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:37 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:37 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:37 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:37 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:38 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:38 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:38 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:38 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:38 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:39 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:39 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:39 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:39 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:39 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:40 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:40 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:40 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:40 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:40 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:41 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:41 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:55:41 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426138959" for 10.0.2.2 at 2014-04-13 21:55:41 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426138959"} Carnival::AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (171.3ms) Completed 200 OK in 560ms (Views: 544.3ms | ActiveRecord: 8.9ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 21:55:42 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-13 21:55:42 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 21:55:43 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 21:55:43 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 21:55:43 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-13 21:55:43 +0000 Started DELETE "/admin/states/8" for 10.0.2.2 at 2014-04-13 21:55:47 +0000 Processing by Admin::StatesController#destroy as HTML Parameters: {"authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "id"=>"8"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", "8"]]  (0.1ms) begin transaction SQL (3.6ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 8]]  (4.8ms) commit transaction Redirected to http://127.0.0.1:2201/admin/states Completed 302 Found in 137ms (ActiveRecord: 11.8ms) Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 21:55:47 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (5.0ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (170.3ms)  (2.2ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (2.0ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.9ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (27.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (42.7ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (408.6ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 820ms (Views: 804.0ms | ActiveRecord: 13.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:48 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:48 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:49 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:49 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:49 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:49 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:49 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:50 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:51 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:51 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:52 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:52 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:52 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:53 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:53 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:53 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:55:53 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397426151160" for 10.0.2.2 at 2014-04-13 21:55:53 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397426151160"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 17ms (Views: 5.6ms | ActiveRecord: 6.3ms) Started GET "/admin/states/new" for 10.0.2.2 at 2014-04-13 21:55:54 +0000 Processing by Admin::StatesController#new as HTML Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (153.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___915569166_84257430 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (194.7ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (238.5ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 625ms (Views: 614.2ms | ActiveRecord: 7.1ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:55 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:56 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:56 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:56 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:56 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:57 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:57 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:57 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:57 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 21:55:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:58 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:58 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:58 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 21:55:59 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:56:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 21:56:00 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 21:56:00 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 21:56:00 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 21:56:09 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"CE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.0ms) begin transaction Admin::State Exists (1.7ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 243ms ActionView::MissingTemplate - Missing template admin/states/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:82:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__195816137__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/82783690/variables" for 10.0.2.2 at 2014-04-13 21:56:10 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 21:57:07 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"CE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (2.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 306ms ActionView::MissingTemplate - Missing template admin/states/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:82:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__195816137__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1029930379__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/90309060/variables" for 10.0.2.2 at 2014-04-13 21:57:08 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:16:57 +0000 ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"CE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.7ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 557ms ActionView::MissingTemplate - Missing template admin/states/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:82:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__510382384__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__547114415__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/91886140/variables" for 10.0.2.2 at 2014-04-13 22:16:59 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:17:22 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"CE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.2ms) begin transaction Admin::State Exists (2.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Completed 500 Internal Server Error in 287ms ActionView::MissingTemplate - Missing template admin/states/new, carnival/base_admin/new, inherited_resources/base/new, application/new with {:locale=>[:"pt-BR"], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in: * "/project/test/dummy/app/views" * "/project/app/views" * "/home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' actionpack (4.0.4) lib/action_controller/metal/responder.rb:136:in `render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:192:in `navigation_behavior' actionpack (4.0.4) lib/action_controller/metal/responder.rb:163:in `rescue in to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:275:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:82:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__510382384__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__547114415__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/89876640/variables" for 10.0.2.2 at 2014-04-13 22:17:23 +0000 Started POST "/__better_errors/89876640/variables" for 10.0.2.2 at 2014-04-13 22:17:46 +0000 Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 22:17:53 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (1.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (41.2ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (221.9ms)  (1.6ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.7ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.6ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (76.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (647.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (1170.6ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (113.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.0ms) Completed 200 OK in 2281ms (Views: 2133.0ms | ActiveRecord: 15.5ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:56 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:57 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:57 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:57 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:58 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:58 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:17:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:17:59 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:17:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:17:59 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:17:59 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:17:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:00 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:00 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:01 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:01 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:01 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:01 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:01 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:18:02 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:18:02 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:18:02 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:18:03 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:18:03 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:18:03 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397427478452" for 10.0.2.2 at 2014-04-13 22:18:03 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397427478452"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Completed 200 OK in 16ms (Views: 6.5ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 22:18:03 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 22:18:04 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 22:18:04 +0000 Started GET "/assets/carnival/images/ui-bg_flat_75_ffffff_40x100.png" for 10.0.2.2 at 2014-04-13 22:18:04 +0000 Started GET "/assets/carnival/cal.png" for 10.0.2.2 at 2014-04-13 22:18:04 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:18:06 +0000 Started GET "/admin/states/new" for 10.0.2.2 at 2014-04-13 22:18:06 +0000 Processing by Admin::StatesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (33.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (215.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (263.0ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (307.6ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (43.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 731ms (Views: 720.5ms | ActiveRecord: 7.0ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:08 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:08 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:08 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:08 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:08 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:09 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:18:10 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:10 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:10 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:10 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:10 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:11 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:11 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:18:12 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:18:12 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:18:12 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:18:13 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:18:13 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:19:54 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Ceará", "code"=>"CE", "country_id"=>""}, "commit"=>"Criar"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.7ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (2.5ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (65.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (213.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (253.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (296.2ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 871ms (Views: 703.7ms | ActiveRecord: 20.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:56 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:56 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:56 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:57 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:57 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:57 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:58 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:59 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:19:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:20:00 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:20:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:20:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:20:00 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:20:00 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:20:01 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:20:20 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Pernambuco", "code"=>"PE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (2.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1 SQL (14.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "PE"], ["country_id", 1], ["created_at", Sun, 13 Apr 2014 22:20:20 UTC +00:00], ["name", "Pernambuco"], ["updated_at", Sun, 13 Apr 2014 22:20:20 UTC +00:00]]  (4.7ms) commit transaction Redirected to Completed 500 Internal Server Error in 77ms NoMethodError - undefined method `index_url' for #: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:159:in `url_for' actionpack (4.0.4) lib/action_controller/metal/redirecting.rb:100:in `_compute_redirect_to_location' actionpack (4.0.4) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (4.0.4) lib/action_controller/metal/flash.rb:40:in `redirect_to' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /project/app/controllers/carnival/base_admin_controller.rb:83:in `block (2 levels) in create' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:263:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:82:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__510382384__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__547114415__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-625919388/variables" for 10.0.2.2 at 2014-04-13 22:20:20 +0000 Started POST "/__better_errors/-625919388/eval" for 10.0.2.2 at 2014-04-13 22:20:46 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:21:59 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Pernambuco", "code"=>"PE", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.3ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1  (0.2ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (56.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (213.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (277.6ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (335.3ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (38.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 908ms (Views: 769.4ms | ActiveRecord: 22.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:01 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:01 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:01 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:01 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:02 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:04 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:22:05 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:22:06 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:22:16 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Bahia", "code"=>"BA", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.6ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1 SQL (5.7ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "BA"], ["country_id", 1], ["created_at", Sun, 13 Apr 2014 22:22:16 UTC +00:00], ["name", "Bahia"], ["updated_at", Sun, 13 Apr 2014 22:22:16 UTC +00:00]]  (4.5ms) commit transaction Completed 500 Internal Server Error in 29ms ArgumentError - wrong number of arguments (0 for 1): /project/app/controllers/carnival/base_admin_controller.rb:84:in `block (2 levels) in create' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:263:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:37:in `create' /project/app/controllers/carnival/base_admin_controller.rb:83:in `create' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__510382384__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__547114415__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-623345608/variables" for 10.0.2.2 at 2014-04-13 22:22:16 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:22:46 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Bahia", "code"=>"BA", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (2.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (56.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (215.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (254.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (290.8ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (38.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (41.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 815ms (Views: 680.4ms | ActiveRecord: 21.4ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:47 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:48 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:48 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:48 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:48 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:48 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:22:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:50 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:50 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:50 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:50 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:51 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:51 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:51 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:52 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:22:52 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:22:52 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:22:52 +0000 Started POST "/admin/states" for 10.0.2.2 at 2014-04-13 22:23:04 +0000 Processing by Admin::StatesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_state"=>{"name"=>"Amazonas", "code"=>"AM", "country_id"=>"1"}, "commit"=>"Criar"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.4ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1 SQL (4.1ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "AM"], ["country_id", 1], ["created_at", Sun, 13 Apr 2014 22:23:04 UTC +00:00], ["name", "Amazonas"], ["updated_at", Sun, 13 Apr 2014 22:23:04 UTC +00:00]]  (4.9ms) commit transaction Redirected to http://127.0.0.1:2201/admin/states Completed 302 Found in 26ms (ActiveRecord: 12.4ms) Started GET "/admin/states" for 10.0.2.2 at 2014-04-13 22:23:04 +0000 Processing by Admin::StatesController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (165.9ms)  (1.4ms) SELECT COUNT(*) FROM "states" DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.8ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code = 'BR') DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: states, countries) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. (called from block in scopes_counters at /project/app/presenters/carnival/base_admin_presenter.rb:56)  (1.5ms) SELECT COUNT(DISTINCT "states"."id") FROM "states" LEFT OUTER JOIN "countries" ON "countries"."id" = "states"."country_id" WHERE (countries.code <> 'BR') Rendered /project/app/views/carnival/shared/_scope.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (42.4ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (381.6ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 774ms (Views: 747.4ms | ActiveRecord: 11.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:06 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:06 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:06 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:07 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:08 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:10 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:10 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:23:10 +0000 Started GET "/admin/states.json?scope=all&from=2014-04-13&to=2014-04-13&sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397427787676" for 10.0.2.2 at 2014-04-13 22:23:11 +0000 Processing by Admin::StatesController#index as JSON Parameters: {"scope"=>"all", "from"=>"2014-04-13", "to"=>"2014-04-13", "sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397427787676"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') Admin::State Load (2.5ms) SELECT "states".* FROM "states" WHERE (states.created_at between '2014-04-13 00:00:00' and '2014-04-13 23:59:59') ORDER BY states.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (45.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.7ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (75.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (170.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (172.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/_list_cel.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (164.9ms) Completed 200 OK in 1762ms (Views: 1749.8ms | ActiveRecord: 8.6ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:23:13 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-13 22:23:17 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (120.6ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (283.2ms) Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 660ms (Views: 639.2ms | ActiveRecord: 4.9ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:18 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:18 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:18 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:18 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:19 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:19 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:19 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:19 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:19 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:20 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:20 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:20 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:20 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:20 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:21 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:22 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:22 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:22 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:22 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:23 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:23:23 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397427799813" for 10.0.2.2 at 2014-04-13 22:23:23 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397427799813"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (27.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (26.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (201.4ms) Completed 200 OK in 689ms (Views: 679.1ms | ActiveRecord: 5.5ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 22:23:29 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (56.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (144.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.3ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (153.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2145.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2190.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2231.6ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2614ms (Views: 2591.2ms | ActiveRecord: 18.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:32 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:33 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:33 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:33 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:33 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:34 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:34 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:34 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:34 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:34 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:23:35 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:35 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:35 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:35 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:35 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:36 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:37 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:23:37 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:23:37 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:23:41 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 22:27:25 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (145.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1963.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728__623370858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2003.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2043.1ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2404ms (Views: 2381.2ms | ActiveRecord: 16.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:28 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:28 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:30 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:27:30 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:31 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:32 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:27:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:27:33 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:27:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:27:35 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:27:35 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:27:35 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:27:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:27:38 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:27:38 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-13 22:30:06 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (53.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.3ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1944.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1987.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2024.3ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2371ms (Views: 2349.7ms | ActiveRecord: 15.5ms) Started GET "/assets/carnival/fonts/opensans-regular-webfont.ttf" for 10.0.2.2 at 2014-04-13 22:30:10 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:11 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:11 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:12 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:12 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:12 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:12 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:13 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:30:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:14 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:15 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:30:16 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:30:16 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:30:16 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:30:17 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:30:17 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:30:17 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:30:17 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:30:20 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:30:21 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 22:31:24 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "2"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "3"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "4"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "5"=>{"name"=>"Porto Alegra", "code"=>"PO", "id"=>"7"}, "6"=>{"name"=>"Pernambuco", "code"=>"PE", "id"=>"9"}, "7"=>{"name"=>"Bahia", "code"=>"BA", "id"=>"10"}, "8"=>{"name"=>"Amazonas", "code"=>"AM", "id"=>"11"}, "9"=>{"name"=>"Paraiba", "code"=>"PB"}, "10"=>{"name"=>"Rio Grande do Norte", "code"=>"RN"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.8ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PB' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RN' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (52.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (127.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (58.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (141.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) CACHE (0.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (3826.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (3867.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3907.7ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (6.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 4314ms (Views: 4245.3ms | ActiveRecord: 19.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:30 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:31 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:31:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:31:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:31:34 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:31:36 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:31:36 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:31:36 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:31:36 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:31:36 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:31:41 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:31:41 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 22:32:51 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "2"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "3"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "4"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "5"=>{"name"=>"Porto Alegra", "code"=>"PO", "id"=>"7"}, "6"=>{"name"=>"Pernambuco", "code"=>"PE", "id"=>"9"}, "7"=>{"name"=>"Bahia", "code"=>"BA", "id"=>"10"}, "8"=>{"name"=>"Amazonas", "code"=>"AM", "id"=>"11"}, "9"=>{"name"=>"Paraiba", "code"=>"PB"}, "10"=>{"name"=>"Rio Grande do Norte", "code"=>"RN"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.6ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1 Admin::State Exists (0.3ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PB' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RN' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (61.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (150.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (43.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (142.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (3844.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (3888.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3927.0ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 4406ms (Views: 4317.8ms | ActiveRecord: 20.5ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:56 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:56 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:56 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:56 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:57 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:57 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:57 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:58 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:32:59 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:00 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:33:00 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:33:00 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:33:01 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:33:01 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:33:01 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:33:01 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:33:05 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:33:05 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 22:33:23 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "2"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "3"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "4"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "5"=>{"name"=>"Porto Alegra", "code"=>"PO", "id"=>"7"}, "6"=>{"name"=>"Pernambuco", "code"=>"PE", "id"=>"9"}, "7"=>{"name"=>"Bahia", "code"=>"BA", "id"=>"10"}, "8"=>{"name"=>"Amazonas", "code"=>"AM", "id"=>"11"}, "9"=>{"name"=>"Amazonas", "code"=>"AM"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PO' LIMIT 1 Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1  (0.2ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (60.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (154.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (127.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (3688.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (3732.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3810.6ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 4207ms (Views: 4140.8ms | ActiveRecord: 18.9ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:27 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:28 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:28 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:28 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:29 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:30 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:30 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:31 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:31 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:33:32 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:33:32 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:33:33 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:33:33 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:33:34 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:33:34 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:33:34 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:33:36 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:33:37 +0000 Started PATCH "/admin/countries/1" for 10.0.2.2 at 2014-04-13 22:33:53 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Brasil", "code"=>"BR", "states_attributes"=>{"0"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"1"}, "1"=>{"name"=>"São Paulo", "code"=>"SP", "id"=>"3"}, "2"=>{"name"=>"Rio de Janeiro", "code"=>"RJ", "id"=>"4"}, "3"=>{"name"=>"Goiás", "code"=>"GO", "id"=>"5"}, "4"=>{"name"=>"Ceará", "code"=>"CE", "id"=>"6"}, "5"=>{"name"=>"Porto Alegra", "code"=>"PO", "id"=>"7"}, "6"=>{"name"=>"Pernambuco", "code"=>"PE", "id"=>"9"}, "7"=>{"name"=>"Bahia", "code"=>"BA", "id"=>"10"}, "8"=>{"name"=>"Amazonas", "code"=>"AM", "id"=>"11"}}, "cities_attributes"=>{"0"=>{"name"=>"São Paulo", "state_id"=>"1", "id"=>"1"}, "1"=>{"name"=>"Teste", "state_id"=>"1", "id"=>"2"}}}, "commit"=>"Atualizar", "id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.4ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'SP' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'RJ' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'GO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PO' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'PE' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'BA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'AM' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (128.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (56.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (137.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (3510.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (3551.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3589.0ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 3984ms (Views: 3921.6ms | ActiveRecord: 18.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:57 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:57 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:58 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:58 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:58 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:58 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:58 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:59 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:59 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:59 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:59 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:33:59 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:00 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:01 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:01 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:01 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:34:02 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:34:02 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:34:02 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:34:02 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:34:02 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:34:03 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:34:03 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:34:05 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:34:06 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-13 22:34:58 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (115.6ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (299.0ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 666ms (Views: 656.5ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:34:59 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:34:59 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:34:59 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:00 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:00 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:00 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:00 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:01 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:01 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:01 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:01 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:03 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:03 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:03 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:03 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:04 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:04 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:35:04 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:35:04 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:35:05 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:35:05 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:35:05 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:35:05 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397428501617" for 10.0.2.2 at 2014-04-13 22:35:05 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397428501617"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.4ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (158.9ms) Completed 200 OK in 513ms (Views: 504.9ms | ActiveRecord: 4.8ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 22:35:06 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 22:35:06 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 22:35:07 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:35:07 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:35:08 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 22:35:09 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (149.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (149.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (513.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (555.7ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (599.8ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 988ms (Views: 973.0ms | ActiveRecord: 8.7ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:11 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:11 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:11 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:12 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:12 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:12 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:35:12 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:14 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:14 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:35:15 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:35:15 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:35:15 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:35:15 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:35:16 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:35:16 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:35:16 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:35:16 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:35:16 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 22:36:14 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (137.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782__623298848 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Admin::State Load (1.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (142.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (468.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (510.3ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (550.7ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 891ms (Views: 878.1ms | ActiveRecord: 9.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:15 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:15 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:16 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:17 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:17 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:17 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:36:17 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:17 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:18 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:18 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:18 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:18 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:18 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:19 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:19 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:19 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:19 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:20 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:36:20 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:36:20 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:36:20 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 22:37:44 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_84502560 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (189.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_84502560 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (525.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (567.9ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (609.8ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1016ms (Views: 1005.0ms | ActiveRecord: 7.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:45 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:45 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:46 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:46 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:46 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:46 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:46 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:47 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:48 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:48 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:48 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:48 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:49 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:49 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:49 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:49 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:49 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:50 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 22:37:50 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 22:37:50 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-13 22:37:51 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-13 22:37:51 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 22:37:52 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 22:37:52 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-13 22:37:52 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-13 22:37:52 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 22:37:53 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 22:38:23 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_87685110 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (147.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (326.6ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (367.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (412.8ms) Completed 500 Internal Server Error in 489ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:23:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_88286020' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_88286020' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml__859581782_88286020' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_87685110' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1864:in `block in fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1863:in `fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1849:in `block in fields_for_with_nested_attributes' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1847:in `fields_for_with_nested_attributes' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1521:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/builder.rb:26:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_87685110' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml__859581782_87685110' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml__859581782_87685110' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml__972134728_91314520' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml__972134728_91314520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml___342281700_90825650' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__871286867__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__547114415__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/86801790/variables" for 10.0.2.2 at 2014-04-13 22:38:24 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:38:41 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:38:56 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:39:01 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:39:04 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:39:12 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:10 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:16 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:19 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:25 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:31 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397428846885" for 10.0.2.2 at 2014-04-13 22:40:47 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397428846885"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (210.6ms) Completed 200 OK in 656ms (Views: 643.7ms | ActiveRecord: 6.6ms) Started POST "/__better_errors/86801790/variables" for 10.0.2.2 at 2014-04-13 22:40:48 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:40:59 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:41:19 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:41:44 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:41:59 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:42:03 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397428990589" for 10.0.2.2 at 2014-04-13 22:43:11 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397428990589"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (3.3ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (43.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (192.1ms) Completed 200 OK in 655ms (Views: 642.2ms | ActiveRecord: 7.7ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 22:43:11 +0000 Started POST "/__better_errors/86801790/variables" for 10.0.2.2 at 2014-04-13 22:43:13 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:43:23 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:43:32 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:43:37 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:43:43 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:44:02 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:44:06 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:44:34 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:44:48 +0000 Started POST "/__better_errors/86801790/eval" for 10.0.2.2 at 2014-04-13 22:45:09 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397429112471" for 10.0.2.2 at 2014-04-13 22:45:12 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397429112471"} Carnival::AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.9ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (41.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (162.2ms) Completed 200 OK in 638ms (Views: 624.7ms | ActiveRecord: 8.0ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 22:45:13 +0000 Started GET "/admin/countries/" for 10.0.2.2 at 2014-04-13 23:52:10 +0000 ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (5.1ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (204.9ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (32.9ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (496.1ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (184.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.0ms) Completed 200 OK in 1897ms (Views: 1583.6ms | ActiveRecord: 12.4ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 23:52:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:13 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:14 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:15 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:15 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 23:52:16 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 23:52:43 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-13 23:52:43 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397433133901" for 10.0.2.2 at 2014-04-13 23:52:43 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397433133901"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (43.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (13.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (5.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (334.9ms) Completed 200 OK in 914ms (Views: 901.8ms | ActiveRecord: 7.7ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-13 23:52:44 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-13 23:52:45 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 23:52:57 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (4.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (637.7ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (682.7ms) Completed 500 Internal Server Error in 813ms SyntaxError - /project/app/views/carnival/shared/form/_inner_form.html.haml:27: syntax error, unexpected keyword_ensure, expecting $end: /project/app/views/carnival/shared/form/_inner_form.html.haml:27:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' :10:in `synchronize' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__455956432_87331280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__1037050026__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1067854353__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/94630890/variables" for 10.0.2.2 at 2014-04-13 23:52:59 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 23:53:16 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (71.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86803150 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (56.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (366.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (413.5ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (457.6ms) Completed 500 Internal Server Error in 552ms NameError - undefined local variable or method `model_object' for #: /project/app/presenters/carnival/base_admin_presenter.rb:136:in `must_render_field?' /project/app/views/carnival/shared/form/_inner_form.html.haml:24:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86800430' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86800430' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86800430' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86803150' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1864:in `block in fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1863:in `fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1849:in `block in fields_for_with_nested_attributes' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1847:in `fields_for_with_nested_attributes' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1521:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/builder.rb:26:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86803150' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86803150' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___238219706_86803150' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__455956432_87331280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__1037050026__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1067854353__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/91836770/variables" for 10.0.2.2 at 2014-04-13 23:53:17 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 23:53:48 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94782590 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (165.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (439.3ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (487.4ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (536.9ms) Completed 500 Internal Server Error in 735ms RuntimeError - : /project/app/views/carnival/shared/form/_inner_form.html.haml:23:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706__621489818' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706__621489818' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___238219706__621489818' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_inner_form.html.haml:21:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94782590' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1864:in `block in fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1863:in `fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1849:in `block in fields_for_with_nested_attributes' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1847:in `fields_for_with_nested_attributes' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1521:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/builder.rb:26:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94782590' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94782590' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94782590' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/new.html.haml:7:in `__project_app_views_carnival_shared_form_new_html_haml__455956432_87331280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:61:in `block (2 levels) in new' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' /project/app/controllers/carnival/base_admin_controller.rb:55:in `new' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__1037050026__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1067854353__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/95716560/variables" for 10.0.2.2 at 2014-04-13 23:53:50 +0000 Started GET "/admin/countries/new" for 10.0.2.2 at 2014-04-13 23:54:02 +0000 Processing by Admin::CountriesController#new as HTML Carnival::AdminUser Load (3.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (135.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Admin::State Load (2.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (54.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (164.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (572.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (619.1ms) Rendered /project/app/views/carnival/shared/form/new.html.haml within layouts/carnival/admin (675.8ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (44.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1153ms (Views: 1133.9ms | ActiveRecord: 14.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:04 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:04 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:05 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:06 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 23:54:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:07 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:08 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:54:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 23:54:08 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-13 23:54:42 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-13 23:54:42 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 23:54:42 +0000 Started POST "/admin/countries" for 10.0.2.2 at 2014-04-13 23:55:22 +0000 Processing by Admin::CountriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"name"=>"California", "code"=>"CA"}, "1"=>{"name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Criar"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction Admin::State Exists (1.8ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1 SQL (3.2ms) INSERT INTO "countries" ("code", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["code", "US"], ["created_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00], ["name", "Estados Unidos"], ["updated_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00]] SQL (1.5ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "CA"], ["country_id", 2], ["created_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00], ["name", "California"], ["updated_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00]] SQL (0.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "FL"], ["country_id", 2], ["created_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00], ["name", "Florida"], ["updated_at", Sun, 13 Apr 2014 23:55:22 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 63ms (ActiveRecord: 13.4ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-13 23:55:22 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (127.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (294.9ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 677ms (Views: 655.7ms | ActiveRecord: 5.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:24 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:24 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:24 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:24 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:24 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:25 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:25 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:25 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:25 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:25 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:26 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 23:55:26 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:26 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:26 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:26 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:27 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:27 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:27 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:27 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:27 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:28 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:28 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:28 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:28 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:28 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-13 23:55:29 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 23:55:29 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397433326697" for 10.0.2.2 at 2014-04-13 23:55:54 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397433326697"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.9ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.9ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (51.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (199.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (192.8ms) Completed 200 OK in 1403ms (Views: 1391.8ms | ActiveRecord: 7.9ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-13 23:55:57 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-13 23:55:58 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (228.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Admin::State Load (2.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (139.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (967.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1038.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1092.8ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1491ms (Views: 1469.1ms | ActiveRecord: 16.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:01 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:01 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:01 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:02 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 23:56:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:04 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:56:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 23:56:05 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 23:56:49 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-13 23:57:02 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"name"=>"California", "code"=>"CA", "id"=>"12"}, "1"=>{"name"=>"Florida", "code"=>"FL", "id"=>"13"}, "2"=>{"name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.9ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93229270 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.6ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1199.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1245.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1287.4ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (42.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1725ms (Views: 1685.9ms | ActiveRecord: 17.5ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:05 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:05 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:05 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:06 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:06 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:06 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:06 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-13 23:57:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:07 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:07 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:07 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:07 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:08 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:08 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:09 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-13 23:57:09 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-13 23:57:09 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-13 23:57:53 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-13 23:59:29 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"name"=>"California", "code"=>"CA", "id"=>"12"}, "1"=>{"name"=>"Florida", "code"=>"FL", "id"=>"13"}, "2"=>{"name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.6ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_95389630 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (488.5ms) Rendered /project/app/views/carnival/shared/form/_form.html.haml (531.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (578.6ms) Completed 500 Internal Server Error in 692ms NoMethodError - undefined method `size=' for #: /project/app/views/carnival/shared/form/_inner_form.html.haml:19:in `block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_95389630' haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1864:in `block in fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1863:in `fields_for_nested_model' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1849:in `block in fields_for_with_nested_attributes' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1847:in `fields_for_with_nested_attributes' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:1521:in `fields_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/builder.rb:26:in `simple_fields_for' /project/app/views/carnival/shared/form/_inner_form.html.haml:18:in `block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_95389630' /project/app/views/carnival/shared/form/_inner_form.html.haml:8:in `block in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_95389630' /project/app/views/carnival/shared/form/_inner_form.html.haml:6:in `__project_app_views_carnival_shared_form__inner_form_html_haml___238219706_95389630' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/_form.html.haml:2:in `block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.4) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.4) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /project/app/views/carnival/shared/form/_form.html.haml:1:in `__project_app_views_carnival_shared_form__form_html_haml___931678343_90425460' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /project/app/views/carnival/shared/form/edit.html.haml:6:in `__project_app_views_carnival_shared_form_edit_html_haml___923666351_97155330' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:105:in `block (2 levels) in update' actionpack (4.0.4) lib/action_controller/metal/responder.rb:231:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:263:in `respond_with_dual_blocks' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:49:in `update' /project/app/controllers/carnival/base_admin_controller.rb:98:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__1037050026__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1067854353__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/100687550/variables" for 10.0.2.2 at 2014-04-13 23:59:30 +0000 Started POST "/__better_errors/100687550/eval" for 10.0.2.2 at 2014-04-13 23:59:45 +0000 Started POST "/__better_errors/100687550/eval" for 10.0.2.2 at 2014-04-13 23:59:51 +0000 Started POST "/__better_errors/100687550/eval" for 10.0.2.2 at 2014-04-14 00:00:02 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:00:29 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"name"=>"California", "code"=>"CA", "id"=>"12"}, "1"=>{"name"=>"Florida", "code"=>"FL", "id"=>"13"}, "2"=>{"name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (3.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.9ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_90423970 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (149.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (151.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (167.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_90423970 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.7ms) Admin::State Load (2.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (142.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1515.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1563.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1607.9ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2071ms (Views: 2027.6ms | ActiveRecord: 19.8ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:32 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:32 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:32 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:32 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:32 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:33 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:33 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:33 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:33 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:34 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:34 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:00:34 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:34 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:34 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:35 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:35 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:35 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:35 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:35 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:36 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:36 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:36 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:36 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:00:36 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:00:37 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:01:04 +0000 Started GET "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:03:00 +0000 Processing by Admin::CountriesController#show as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/show.html.haml within layouts/carnival/admin (58.9ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 442ms (Views: 427.5ms | ActiveRecord: 7.8ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:01 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:01 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:01 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:01 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:02 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:03 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:04 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:05 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:03:05 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:56 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:56 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:57 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:57 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:57 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:57 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:58 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:03:58 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:59 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:59 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:03:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:00 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:00 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:01 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:04:01 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:04:01 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 00:04:50 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (144.6ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (327.4ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 698ms (Views: 689.2ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:51 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:51 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:51 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:51 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:52 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:52 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:52 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:52 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:52 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:53 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:53 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:04:53 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:53 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:53 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:54 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:54 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:54 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:55 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:55 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:55 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:55 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:55 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:56 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 00:04:56 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:04:56 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397433893895" for 10.0.2.2 at 2014-04-14 00:05:15 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397433893895"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (3.0ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.9ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (47.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (236.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (196.5ms) Completed 200 OK in 1330ms (Views: 1317.6ms | ActiveRecord: 8.3ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:05:20 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_90423970 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_90423970 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (771.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (817.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (863.0ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1259ms (Views: 1239.1ms | ActiveRecord: 16.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:22 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:22 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:23 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:23 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:23 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:23 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:23 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:24 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:24 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:24 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:24 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:05:24 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:25 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:25 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:25 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:25 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:25 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:26 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:26 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:26 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:26 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:27 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:05:27 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:05:27 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:05:54 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:08:11 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93470750 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (138.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_93470750 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Admin::State Load (2.5ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (126.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (948.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (998.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1045.7ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1469ms (Views: 1444.8ms | ActiveRecord: 17.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:13 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:13 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:13 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:13 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:13 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:14 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:14 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:14 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:14 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:14 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:15 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:08:15 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:15 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:15 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:15 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:16 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:16 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:16 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:17 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:17 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:17 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:08:17 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:08:17 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 00:08:43 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 00:08:43 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 00:08:43 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 00:08:44 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 00:08:44 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 00:08:44 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:08:44 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:09:02 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (136.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.5ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (150.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (993.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1038.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1085.3ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1513ms (Views: 1491.2ms | ActiveRecord: 16.1ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:05 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:05 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:05 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:06 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:06 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:06 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:06 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:07 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:07 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:07 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:07 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:08 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:08 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:08 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:09 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:09 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:09 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:09:10 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:09:45 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:09:52 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "name"=>"California", "code"=>"CA1"}, "1"=>{"id"=>"13", "name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (2.3ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA1' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.7ms) Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1335.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1381.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1430.2ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1865ms (Views: 1824.3ms | ActiveRecord: 19.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:54 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:54 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:54 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:55 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:55 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:55 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:55 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:55 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:56 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:56 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:56 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:09:56 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:56 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:57 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:57 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:57 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:57 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:57 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:58 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:58 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:58 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:58 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:09:59 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:09:59 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:10:44 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:10:56 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.3ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms) Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (904.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (950.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (998.5ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1395ms (Views: 1372.5ms | ActiveRecord: 17.1ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:58 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:58 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:59 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:59 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:59 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:59 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:10:59 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:00 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:00 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:00 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:00 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:00 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:01 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:01 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:01 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:01 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:02 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:02 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:02 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:03 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:03 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:11:03 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:11:46 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:11:54 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: id Unpermitted parameters: id Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.8ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL1' LIMIT 1  (0.1ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.1ms) Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (177.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (145.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___238219706_94350090 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.9ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1395.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___931678343_90425460 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1444.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1490.3ms) Carnival::AdminUserNotification Load (2.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1968ms (Views: 1929.0ms | ActiveRecord: 20.3ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:56 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:57 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:57 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:57 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:57 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:57 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:58 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:58 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:58 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:58 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:59 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:11:59 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:59 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:11:59 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:00 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:00 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:00 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:00 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:01 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:01 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:01 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:12:02 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:12:02 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:12:22 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:15:04 +0000 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (68.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_91230030 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (15.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (220.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_91230030 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.1ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (53.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (191.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1393.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_82768410 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2071.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2205.2ms) Carnival::AdminUserNotification Load (20.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (65.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.4ms) Completed 200 OK in 3436ms (Views: 3187.4ms | ActiveRecord: 60.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:08 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:09 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:09 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:09 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:09 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:10 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:10 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:10 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:11 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:11 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:11 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:11 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:12 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:12 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:13 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:13 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:13 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:13 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:15:14 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:15:36 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:15:42 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.2ms) begin transaction Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]] Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE ("states"."code" = 'FL1' AND "states"."id" != 13) LIMIT 1 SQL (14.1ms) UPDATE "states" SET "code" = ?, "updated_at" = ? WHERE "states"."id" = 13 [["code", "FL1"], ["updated_at", Mon, 14 Apr 2014 00:15:43 UTC +00:00]]  (4.0ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 108ms (ActiveRecord: 24.5ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 00:15:43 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (161.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (7.3ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (417.4ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 890ms (Views: 804.6ms | ActiveRecord: 5.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:44 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:44 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:44 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:45 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:45 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:45 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:45 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:45 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:46 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:46 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:46 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:15:46 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:46 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:47 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:47 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:47 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:47 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:47 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:48 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:48 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:48 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:48 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:49 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:49 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 00:15:49 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:15:49 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 00:16:36 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 00:16:37 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397434547066" for 10.0.2.2 at 2014-04-14 00:16:37 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397434547066"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.3ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (239.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (43.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (203.1ms) Completed 200 OK in 1351ms (Views: 1340.0ms | ActiveRecord: 6.9ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 00:16:38 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 00:16:39 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:16:41 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_91230030 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (143.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_91230030 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.7ms) Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (128.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (927.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_82768410 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (975.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1022.7ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1443ms (Views: 1420.0ms | ActiveRecord: 17.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:42 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:43 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:43 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:43 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:43 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:43 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:44 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:44 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:44 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:44 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:16:45 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:45 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:45 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:45 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:46 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:47 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:48 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:16:48 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:16:48 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:17:18 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:21:58 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (3.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (2.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (10.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (882.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_96579170 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (929.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (978.4ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1391ms (Views: 1343.3ms | ActiveRecord: 16.6ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:01 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:01 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:01 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:01 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:02 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:03 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:04 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:04 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:22:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:22:05 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:22:43 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:23:02 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (3.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (151.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (136.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (945.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_96579170 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (987.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1052.1ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1474ms (Views: 1449.6ms | ActiveRecord: 17.1ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:23:38 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (861.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_90777360 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (911.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (956.2ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1350ms (Views: 1329.3ms | ActiveRecord: 15.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:40 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:40 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:40 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:40 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:41 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:41 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:41 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:41 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:42 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:42 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:42 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:23:42 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:42 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:43 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:43 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:43 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:43 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:44 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:44 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:44 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:44 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:45 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:45 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:23:45 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:23:45 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 00:24:10 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 00:24:10 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 00:24:10 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 00:24:10 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 00:24:11 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 00:24:12 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:24:12 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:24:18 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (31.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) Admin::Country Load (3.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (153.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (141.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1094.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_90777360 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1157.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1219.8ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (30.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1692ms (Views: 1666.2ms | ActiveRecord: 18.7ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:24:47 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (140.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (863.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_90777360 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (909.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (957.8ms) Carnival::AdminUserNotification Load (7.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (5.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (35.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (13.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1841ms (Views: 1808.5ms | ActiveRecord: 25.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:49 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:49 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:50 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:50 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:50 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:50 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:51 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:51 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:51 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:51 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:51 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:24:52 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:52 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:52 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:52 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:52 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:53 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:53 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:53 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:53 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:53 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:54 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:54 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:24:54 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:24:54 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 00:25:19 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 00:25:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 00:25:20 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 00:25:20 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 00:25:20 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 00:25:21 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:25:21 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:25:24 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (31.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (3.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (130.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (148.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (3.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_93390940 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.8ms) Admin::State Load (3.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (33.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (178.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1115.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_90777360 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1177.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1246.3ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1726ms (Views: 1698.5ms | ActiveRecord: 20.5ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:26:50 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (3.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (139.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.6ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.7ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (871.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_87649180 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (924.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (969.1ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1389ms (Views: 1364.7ms | ActiveRecord: 17.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:52 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:53 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:53 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:53 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:53 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:54 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 00:26:55 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:55 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:55 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:55 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:56 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:56 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:56 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:57 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:57 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:57 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:26:57 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 00:26:57 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 00:27:21 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 00:27:21 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 00:27:21 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 00:27:22 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 00:27:22 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 00:27:24 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:27:24 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 00:27:37 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"1"=>{"id"=>"13", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (13) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 23ms (ActiveRecord: 6.9ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 00:27:37 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (150.1ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (321.1ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 693ms (Views: 683.6ms | ActiveRecord: 6.3ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:38 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:39 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:39 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:39 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:39 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:39 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:40 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:40 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:40 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:40 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:40 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:41 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:41 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 00:27:41 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 00:28:24 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 00:28:24 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397435259120" for 10.0.2.2 at 2014-04-14 00:28:25 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397435259120"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (190.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (210.6ms) Completed 200 OK in 1207ms (Views: 1195.7ms | ActiveRecord: 7.2ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 00:28:26 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 00:28:26 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 00:28:54 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml__607612878_83284080 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (876.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1058675324_87649180 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (922.1ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (967.7ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1351ms (Views: 1329.9ms | ActiveRecord: 16.0ms) Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:56 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:56 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:56 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:56 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:56 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:57 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:57 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:57 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:57 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:58 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 00:28:58 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 00:29:26 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 00:29:26 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 00:29:35 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:27:00 +0000 ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (66.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (16.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (216.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (52.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (185.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1369.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_76923280 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2010.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2150.2ms) Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (63.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (3.7ms) Completed 200 OK in 3429ms (Views: 3188.0ms | ActiveRecord: 41.6ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:27:04 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:04 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:05 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:05 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:06 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:06 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:07 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 01:27:07 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 01:27:07 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:27:09 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 01:27:20 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "name"=>"California", "code"=>"CA"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 22ms (ActiveRecord: 6.0ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 01:27:20 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (149.1ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.6ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (397.3ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 884ms (Views: 784.8ms | ActiveRecord: 5.3ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:27:21 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:21 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:21 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:22 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:22 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:23 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:23 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:24 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:24 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 01:27:24 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 01:27:24 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397438842539" for 10.0.2.2 at 2014-04-14 01:27:25 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397438842539"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (204.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (199.1ms) Completed 200 OK in 1273ms (Views: 1263.4ms | ActiveRecord: 6.0ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 01:27:26 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 01:27:26 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:27:28 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.2ms) Admin::Country Load (2.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_84467710 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (933.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_76923280 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (979.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1024.9ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1450ms (Views: 1429.7ms | ActiveRecord: 15.4ms) Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:27:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:32 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:27:32 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:27:35 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:45:47 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (52.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (150.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_81070410 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (896.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_80728710 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (945.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (991.3ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1382ms (Views: 1361.3ms | ActiveRecord: 14.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:48 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:49 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:49 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:49 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:49 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:50 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:50 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:50 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:50 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:50 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:51 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:45:51 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:51 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:52 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:52 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:53 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:53 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:45:53 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:45:53 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:45:56 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:50:31 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (49.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (170.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (39.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (169.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1068.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1115.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1161.4ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (45.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1725ms (Views: 1574.9ms | ActiveRecord: 29.8ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:33 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:34 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:35 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:35 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:35 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:50:35 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:36 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:36 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:38 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:50:38 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:50:38 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 01:50:39 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 01:50:39 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 01:50:39 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 01:50:39 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 01:50:40 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 01:50:40 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:50:40 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:51:07 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (135.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (126.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (168.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1096.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1139.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1187.5ms) Carnival::AdminUserNotification Load (3.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (42.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1699ms (Views: 1561.6ms | ActiveRecord: 31.6ms) Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:10 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:11 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:11 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:11 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:51:12 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:12 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:12 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:12 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:12 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:13 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:13 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:13 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:13 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:14 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:14 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:51:14 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:51:14 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:51:22 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 01:52:02 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"false", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.2ms) begin transaction Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]]  (0.2ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 29ms (ActiveRecord: 6.5ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 01:52:02 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (127.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (301.1ms) Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 712ms (Views: 651.3ms | ActiveRecord: 5.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:04 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:04 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:04 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:04 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:04 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:05 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:05 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:05 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:05 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:05 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:06 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:06 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:07 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:08 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:08 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:08 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:52:08 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 01:52:09 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 01:52:09 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 01:52:09 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 01:52:09 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 01:52:10 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440320274" for 10.0.2.2 at 2014-04-14 01:52:10 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440320274"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (201.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (37.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (183.2ms) Completed 200 OK in 1230ms (Views: 1219.7ms | ActiveRecord: 6.6ms) Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 01:52:11 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 01:52:12 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 01:52:12 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:52:15 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (857.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (904.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (965.9ms) Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1367ms (Views: 1345.2ms | ActiveRecord: 16.7ms) Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:17 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:17 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:17 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:18 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:18 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:18 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:18 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:19 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:19 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:19 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:19 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:19 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:20 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:20 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:20 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:20 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:20 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:21 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:21 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:21 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:22 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:52:22 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 01:52:22 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 01:52:22 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:52:25 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 01:52:36 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"false", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 23ms (ActiveRecord: 6.4ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 01:52:36 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (127.2ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (300.4ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 672ms (Views: 662.1ms | ActiveRecord: 6.3ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:37 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:37 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:37 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:37 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:38 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:38 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:38 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:38 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:39 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:39 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:39 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:52:39 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:39 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:40 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:40 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:40 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:40 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:41 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:41 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:42 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:42 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 01:52:42 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:52:42 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440354141" for 10.0.2.2 at 2014-04-14 01:52:43 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440354141"} Carnival::AdminUser Load (3.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.7ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (205.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (199.8ms) Completed 200 OK in 1358ms (Views: 1345.5ms | ActiveRecord: 9.0ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 01:52:59 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:53:00 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (6.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.6ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (873.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (926.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (973.3ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1366ms (Views: 1341.1ms | ActiveRecord: 20.4ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:02 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:02 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:02 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:03 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:03 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:03 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:03 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:03 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:04 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:04 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:04 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:53:04 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:04 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:05 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:05 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:05 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:05 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:05 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:06 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:06 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:06 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:06 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:53:07 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:53:07 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 01:53:07 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 01:53:07 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 01:53:07 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 01:53:08 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 01:53:08 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 01:53:09 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:53:09 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 01:54:17 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"true", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 22ms (ActiveRecord: 5.7ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 01:54:18 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (128.9ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (298.5ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 652ms (Views: 644.7ms | ActiveRecord: 4.9ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:19 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:19 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:19 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:19 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:20 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:20 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:20 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:20 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:21 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:21 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:21 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:21 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:22 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:22 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:23 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:23 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:23 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:23 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:24 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:54:24 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 01:54:24 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440455528" for 10.0.2.2 at 2014-04-14 01:54:24 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440455528"} Carnival::AdminUser Load (2.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (3.3ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (34.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (185.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (208.8ms) Completed 200 OK in 1259ms (Views: 1246.9ms | ActiveRecord: 7.9ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 01:54:26 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 01:54:26 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 01:54:26 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 01:54:27 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:54:28 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (141.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (132.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (922.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1007.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1053.3ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1457ms (Views: 1436.2ms | ActiveRecord: 14.6ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:30 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:30 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:30 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:30 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:32 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:54:32 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:32 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:33 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:33 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:33 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:34 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:34 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:54:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:54:34 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:54:36 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 01:59:09 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"true", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (4.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 26ms (ActiveRecord: 8.7ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 01:59:09 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (131.4ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (321.6ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 695ms (Views: 686.2ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:10 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:11 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:11 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:11 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:11 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:11 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:12 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:12 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:12 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:12 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:13 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:13 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:13 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:14 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:14 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:15 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:15 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:15 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:59:16 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440747776" for 10.0.2.2 at 2014-04-14 01:59:16 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440747776"} Carnival::AdminUser Load (4.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.1ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (47.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (255.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (210.7ms) Completed 200 OK in 1452ms (Views: 1438.3ms | ActiveRecord: 8.5ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 01:59:26 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (130.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (116.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (159.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Admin::State Load (2.6ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (136.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1029.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1078.8ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1130.9ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1633ms (Views: 1609.9ms | ActiveRecord: 17.6ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:28 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:29 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:29 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:30 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:30 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:30 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:31 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:31 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 01:59:31 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:32 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:32 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:34 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 01:59:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 01:59:34 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 01:59:36 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:00:12 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (138.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (181.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1137.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1181.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1230.3ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (44.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1784ms (Views: 1641.1ms | ActiveRecord: 30.7ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:14 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:15 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:15 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:15 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:15 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:16 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:16 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:16 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:16 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:17 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:17 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:17 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:17 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:18 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:18 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:18 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:19 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:19 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:19 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:19 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:00:19 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:00:21 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 02:00:26 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"true", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 25ms (ActiveRecord: 6.9ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 02:00:26 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (135.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (315.3ms) Carnival::AdminUserNotification Load (2.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 767ms (Views: 742.2ms | ActiveRecord: 5.9ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:27 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:27 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:27 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:28 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:28 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:28 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:28 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:29 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:29 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:29 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:29 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:29 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:30 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:30 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:30 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:30 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:31 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:32 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:32 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:32 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:00:32 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440824277" for 10.0.2.2 at 2014-04-14 02:00:33 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440824277"} Carnival::AdminUser Load (5.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.2ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.7ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (48.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (211.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (238.1ms) Completed 200 OK in 1346ms (Views: 1332.2ms | ActiveRecord: 10.0ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:00:36 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (127.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (968.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1018.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1064.6ms) Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (12.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.0ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1486ms (Views: 1464.6ms | ActiveRecord: 16.4ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:38 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:38 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:38 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:38 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:38 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:39 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:39 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:39 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:39 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:39 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:40 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:00:40 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:40 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:40 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:41 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:42 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:42 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:00:42 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:00:42 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:00:44 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 02:01:41 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"true", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}, "2"=>{"id"=>"", "_destroy"=>"false", "name"=>"Massachussets", "code"=>"MI"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: _destroy Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13, 0) [["country_id", 2]] Admin::State Exists (0.2ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'MI' LIMIT 1 SQL (4.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "MI"], ["country_id", 2], ["created_at", Mon, 14 Apr 2014 02:01:41 UTC +00:00], ["name", "Massachussets"], ["updated_at", Mon, 14 Apr 2014 02:01:41 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 105ms (ActiveRecord: 14.2ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 02:01:41 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (4.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (131.0ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (326.1ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.3ms) Completed 200 OK in 715ms (Views: 701.8ms | ActiveRecord: 8.2ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:42 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:43 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:43 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:43 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:43 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:43 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:44 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:44 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:44 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:44 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:01:45 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:45 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:45 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:45 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:46 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:46 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:47 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:47 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:47 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:47 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 02:01:48 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:01:48 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440899736" for 10.0.2.2 at 2014-04-14 02:01:48 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440899736"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.0ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (53.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (236.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (43.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (212.3ms) Completed 200 OK in 1441ms (Views: 1431.5ms | ActiveRecord: 6.2ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:02:24 +0000 SyntaxError - /project/test/dummy/app/controllers/admin/countries_controller.rb:6: syntax error, unexpected tSYMBEG ...ibutes => [:id, :name, :code. :_destroy], :cities_attributes... ... ^ /project/test/dummy/app/controllers/admin/countries_controller.rb:6: syntax error, unexpected ']', expecting keyword_end ..., :name, :state_id, :_destroy]]) ... ^: app/controllers/admin/countries_controller.rb:6:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__702846165__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/-630320968/variables" for 10.0.2.2 at 2014-04-14 02:02:25 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:02:43 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (153.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.1ms) Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (77.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (296.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1504.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1552.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1599.8ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (48.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (9.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2284ms (Views: 2147.7ms | ActiveRecord: 30.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:46 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:46 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:47 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:47 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:47 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:47 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:48 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:48 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:48 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:48 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:02:49 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:49 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:49 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:50 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:50 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:02:51 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:02:51 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:02:53 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 02:02:58 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"12", "_destroy"=>"true", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"13", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL1"}, "2"=>{"id"=>"14", "_destroy"=>"true", "name"=>"Massachussets", "code"=>"MI"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (12, 13, 14) [["country_id", 2]] SQL (2.4ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 12]] SQL (0.1ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 13]] SQL (0.1ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 14]]  (4.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 38ms (ActiveRecord: 12.7ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 02:02:59 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (137.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.2ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (348.9ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 805ms (Views: 779.0ms | ActiveRecord: 5.7ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:00 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:00 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:01 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:01 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:01 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:01 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:02 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:03 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:05 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:05 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:05 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:06 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:03:06 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397440977631" for 10.0.2.2 at 2014-04-14 02:03:06 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397440977631"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.5ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (52.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (209.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (40.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (216.2ms) Completed 200 OK in 1352ms (Views: 1340.6ms | ActiveRecord: 7.8ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:03:10 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (558.1ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (604.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (653.2ms) Carnival::AdminUserNotification Load (2.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1059ms (Views: 1037.9ms | ActiveRecord: 16.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:11 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:11 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:12 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:12 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:12 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:12 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:12 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:13 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:13 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:14 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:14 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:15 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:16 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:16 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:03:16 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:03:16 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 02:03:27 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"", "_destroy"=>"false", "name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (1.9ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'FL' LIMIT 1 SQL (3.1ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "FL"], ["country_id", 2], ["created_at", Mon, 14 Apr 2014 02:03:27 UTC +00:00], ["name", "Florida"], ["updated_at", Mon, 14 Apr 2014 02:03:27 UTC +00:00]]  (3.9ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 32ms (ActiveRecord: 13.3ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 02:03:27 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (164.7ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (366.8ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 750ms (Views: 740.9ms | ActiveRecord: 5.5ms) Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:28 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:29 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:29 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:30 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:03:30 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:31 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:31 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:32 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:32 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:33 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:33 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 02:03:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:03:33 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397441005226" for 10.0.2.2 at 2014-04-14 02:03:34 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397441005226"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.5ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (43.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (240.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (50.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (270.4ms) Completed 200 OK in 1682ms (Views: 1671.5ms | ActiveRecord: 6.8ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:04:16 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.3ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.0ms) Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (113.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (670.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219_84283440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (713.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (756.3ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (11.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1153ms (Views: 1133.1ms | ActiveRecord: 15.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:18 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:18 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:18 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:18 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:18 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:19 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:19 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:19 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:19 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:19 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:20 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:04:20 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:20 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:20 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:20 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:21 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:21 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:21 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:21 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:22 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:22 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:22 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:04:22 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:04:22 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:04:23 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:06:04 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (684.2ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219__626377298 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (737.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (782.7ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1173ms (Views: 1151.9ms | ActiveRecord: 15.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:06 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:06 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:06 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:06 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:06 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:07 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:07 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:07 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:07 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:07 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:08 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:06:08 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:08 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:08 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:08 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:09 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:10 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:10 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:06:10 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:06:10 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:06:11 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:07:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (1.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (105.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (1.5ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.6ms) Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (633.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219__628011198 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (686.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (730.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1128ms (Views: 1107.0ms | ActiveRecord: 16.0ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:11 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:11 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:11 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:12 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:12 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:12 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:12 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:12 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:13 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:13 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:13 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:07:13 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:13 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:14 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:14 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:14 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:14 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:14 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:07:15 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:07:16 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 02:07:16 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 02:07:16 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 02:07:17 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 02:07:17 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 02:07:17 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 02:07:17 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:07:18 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 02:08:23 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::State Load (2.2ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (3.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (166.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:16) Admin::City Load (2.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___163265614_77862160 at /project/app/views/carnival/shared/form/_inner_form.html.haml:22) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.4ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (36.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (183.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (922.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___587092219__628011198 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (965.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1049.8ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (43.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1551ms (Views: 1419.1ms | ActiveRecord: 32.4ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:25 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:26 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:26 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:26 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:26 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:26 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:27 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:27 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:27 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:27 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:27 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 02:08:28 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:28 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:28 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:28 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:28 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:29 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:29 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:29 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:29 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:30 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:30 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 02:08:30 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 02:08:30 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 02:08:31 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 02:08:31 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 02:08:31 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 02:08:32 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 02:08:32 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 02:08:32 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 02:08:32 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 22:13:41 +0000 ActiveRecord::SchemaMigration Load (6.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (46.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (18.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (167.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (2.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.3ms) Admin::State Load (2.2ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (55.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (193.8ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1185.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__1046590717_90893900 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1870.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2034.7ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (48.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.8ms) Completed 200 OK in 3346ms (Views: 3105.7ms | ActiveRecord: 45.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:46 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:46 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:46 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:47 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:47 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:47 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:47 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:47 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:48 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:48 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:48 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-14 22:13:48 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:49 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:49 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:49 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:49 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:49 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:50 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:50 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:50 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:51 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:51 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:51 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-14 22:13:51 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-14 22:13:52 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-14 22:13:52 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-14 22:13:52 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-14 22:13:53 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-14 22:13:53 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-14 22:13:53 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-14 22:13:53 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 22:13:58 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"15", "_destroy"=>"true", "name"=>"Florida", "code"=>"FL"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (2.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (15) [["country_id", 2]] SQL (2.9ms) DELETE FROM "states" WHERE "states"."id" = ? [["id", 15]]  (3.9ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 33ms (ActiveRecord: 13.3ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 22:13:58 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (156.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.4ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.0ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (378.6ms) Carnival::AdminUserNotification Load (2.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 922ms (Views: 788.4ms | ActiveRecord: 6.0ms) Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:59 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 22:13:59 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 22:14:00 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-14 22:14:00 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-14 22:14:00 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-14 22:14:01 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397513648129" for 10.0.2.2 at 2014-04-14 22:14:01 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397513648129"} Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.8ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (44.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (24.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (13.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (198.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (199.3ms) Completed 200 OK in 1260ms (Views: 1249.3ms | ActiveRecord: 6.4ms) Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 22:14:02 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-14 22:14:03 +0000 Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 22:14:04 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.4ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.4ms) Admin::State Load (2.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (144.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (537.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__1046590717_90893900 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (589.3ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (635.9ms) Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (12.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1048ms (Views: 1025.8ms | ActiveRecord: 17.1ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:06 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:06 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:06 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:06 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:06 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:07 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:07 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:07 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:08 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:08 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:08 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 22:14:50 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"", "_destroy"=>"false", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"", "name"=>"New Jersey", "code"=>"NJ"}, "2"=>{"id"=>"", "name"=>"New Jersey", "code"=>"NJ"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Exists (2.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'CA' LIMIT 1 Admin::State Exists (0.1ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'NJ' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "states" WHERE "states"."code" = 'NJ' LIMIT 1 SQL (5.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "CA"], ["country_id", 2], ["created_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00], ["name", "California"], ["updated_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00]] SQL (0.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "NJ"], ["country_id", 2], ["created_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00], ["name", "New Jersey"], ["updated_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00]] SQL (0.2ms) INSERT INTO "states" ("code", "country_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["code", "NJ"], ["country_id", 2], ["created_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00], ["name", "New Jersey"], ["updated_at", Mon, 14 Apr 2014 22:14:50 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 75ms (ActiveRecord: 17.3ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 22:14:50 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (130.8ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (303.5ms) Carnival::AdminUserNotification Load (2.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (35.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 726ms (Views: 716.3ms | ActiveRecord: 6.3ms) Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:51 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:51 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:51 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:52 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:52 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:52 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:52 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:53 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:53 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:53 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:53 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:53 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:54 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:55 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:55 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:55 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:14:55 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397513701216" for 10.0.2.2 at 2014-04-14 22:14:56 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397513701216"} Carnival::AdminUser Load (3.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.4ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (59.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (196.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (202.7ms) Completed 200 OK in 1353ms (Views: 1338.5ms | ActiveRecord: 8.0ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 22:15:00 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) Admin::Country Load (2.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (158.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (146.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (2.3ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1206.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__1046590717_90893900 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1257.0ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1303.4ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (2.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (6.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 1707ms (Views: 1685.3ms | ActiveRecord: 16.8ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:02 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:02 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:02 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:02 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:03 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:03 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:04 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:04 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:04 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 22:15:17 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"16", "_destroy"=>"false", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"17", "_destroy"=>"false", "name"=>"New Jersey", "code"=>"NJ"}, "2"=>{"id"=>"18", "_destroy"=>"false", "name"=>"New Jersey", "code"=>"NJ"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (16, 17, 18) [["country_id", 2]]  (0.1ms) commit transaction Redirected to http://127.0.0.1:2201/admin/countries Completed 302 Found in 23ms (ActiveRecord: 6.6ms) Started GET "/admin/countries" for 10.0.2.2 at 2014-04-14 22:15:17 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (141.3ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (350.6ms) Carnival::AdminUserNotification Load (2.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.7ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (29.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 801ms (Views: 790.6ms | ActiveRecord: 7.1ms) Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:18 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:19 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:19 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:19 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:19 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:19 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:20 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:20 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:20 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:20 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:21 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:21 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:21 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397513728559" for 10.0.2.2 at 2014-04-14 22:15:21 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397513728559"} Carnival::AdminUser Load (14.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (3.6ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (5.1ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (64.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (24.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (189.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (35.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.4ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (183.2ms) Completed 200 OK in 1277ms (Views: 1242.4ms | ActiveRecord: 23.2ms) Started GET "/admin/countries/2/edit" for 10.0.2.2 at 2014-04-14 22:15:25 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"2"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.1ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.1ms) Admin::Country Load (2.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (63.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (223.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (2.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.3ms) Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1212.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__1046590717_90893900 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1261.2ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1310.8ms) Carnival::AdminUserNotification Load (2.1ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (10.3ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1729ms (Views: 1705.1ms | ActiveRecord: 17.1ms) Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:27 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:27 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:27 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:27 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:28 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:28 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:28 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:28 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:29 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:29 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:29 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:29 +0000 Started PATCH "/admin/countries/2" for 10.0.2.2 at 2014-04-14 22:15:38 +0000 Processing by Admin::CountriesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+YN4nf6BkScsvtOjX1GanfFFa1QtabsUqgYY/SuU1qE=", "admin_country"=>{"name"=>"Estados Unidos", "code"=>"US", "states_attributes"=>{"0"=>{"id"=>"16", "_destroy"=>"false", "name"=>"California", "code"=>"CA"}, "1"=>{"id"=>"17", "_destroy"=>"false", "name"=>"New Jersey primeiro", "code"=>"NJ"}, "2"=>{"id"=>"18", "_destroy"=>"false", "name"=>"New Jersey", "code"=>"NJ"}}}, "commit"=>"Atualizar", "id"=>"2"} Carnival::AdminUser Load (2.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (4.2ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.3ms) begin transaction Admin::State Load (3.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? AND "states"."id" IN (16, 17, 18) [["country_id", 2]] Admin::State Exists (0.3ms) SELECT 1 AS one FROM "states" WHERE ("states"."code" = 'NJ' AND "states"."id" != 17) LIMIT 1  (0.2ms) rollback transaction Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.0ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (46.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (3.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (141.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (122.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (2.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 2]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___380032651_84775740 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.6ms) Admin::State Load (1.8ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 2]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.9ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (1134.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml__1046590717_90893900 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (1182.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (1234.7ms) Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.8ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1714ms (Views: 1657.1ms | ActiveRecord: 23.4ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:41 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:41 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:41 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:42 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:42 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:43 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-14 22:15:43 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-19 13:50:30 +0000 ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::CountriesController#index as HTML Completed 401 Unauthorized in 124ms Started GET "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:50:32 +0000 Processing by Carnival::SessionsController#new as HTML Rendered /project/app/views/admin_users/shared/_links.html.haml (3.1ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (203.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (5.4ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (2.3ms) Completed 200 OK in 1228ms (Views: 1197.7ms | ActiveRecord: 2.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:33 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:34 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:35 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:36 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:37 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:50:38 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 13:50:39 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 13:50:39 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 13:50:39 +0000 Started GET "/assets/favicon.ico" for 10.0.2.2 at 2014-04-19 13:50:40 +0000 ActionController::RoutingError (No route matches [GET] "/assets/favicon.ico"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.5ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (17.8ms) Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (149.2ms) Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:51:00 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (2.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' ORDER BY "admin_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 66ms Processing by Carnival::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Rendered /project/app/views/admin_users/shared/_links.html.haml (0.5ms) Rendered /project/app/views/admin_users/sessions/new.html.haml within layouts/carnival/admin (39.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 443ms (Views: 339.8ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:00 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:02 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:51:03 +0000 Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" ORDER BY "admin_users"."id" ASC LIMIT 1 Started POST "/admin/sessions/sign_in" for 10.0.2.2 at 2014-04-19 13:53:29 +0000 Processing by Carnival::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DuJpw+kRq9cP5DrOfuAcehaEEJBkyH9QFG1smF2EWLI=", "admin_user"=>{"email"=>"antonioams@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Fazer login"} Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'antonioams@gmail.com' ORDER BY "admin_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (34.5ms) UPDATE "admin_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "admin_users"."id" = 1 [["last_sign_in_at", Sat, 12 Apr 2014 20:30:00 UTC +00:00], ["current_sign_in_at", Sat, 19 Apr 2014 13:53:29 UTC +00:00], ["sign_in_count", 8], ["updated_at", Sat, 19 Apr 2014 13:53:29 UTC +00:00]]  (4.6ms) commit transaction Redirected to http://127.0.0.1:2201/admin Completed 302 Found in 146ms (ActiveRecord: 41.2ms) Started GET "/admin" for 10.0.2.2 at 2014-04-19 13:53:29 +0000 Processing by Carnival::AdminUsersController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (2.5ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (134.5ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (4.6ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (6.4ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (324.0ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (168.8ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1015ms (Views: 841.4ms | ActiveRecord: 7.0ms) Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:34 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 13:53:34 +0000 Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-19 13:53:34 +0000 Started GET "/assets/carnival/sort_asc.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000 Started GET "/assets/carnival/sort_both.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-19 13:53:35 +0000 Started GET "/admin/admin_users.json?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=false&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&_=1397915611172" for 10.0.2.2 at 2014-04-19 13:53:36 +0000 Processing by Carnival::AdminUsersController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"6", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"true", "bSortable_1"=>"false", "bSortable_2"=>"true", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "_"=>"1397915611172"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "admin_users" Carnival::AdminUser Load (2.0ms) SELECT "admin_users".* FROM "admin_users" ORDER BY admin_users.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (39.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (1.3ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (169.2ms) Completed 200 OK in 491ms (Views: 482.1ms | ActiveRecord: 5.2ms) Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-19 13:53:36 +0000 Started GET "/admin/countries" for 10.0.2.2 at 2014-04-19 13:53:39 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (3.0ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (146.1ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.1ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (327.2ms) Carnival::AdminUserNotification Load (2.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (14.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 872ms (Views: 848.7ms | ActiveRecord: 8.3ms) Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:40 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:41 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:42 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:43 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-19 13:53:43 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397915619839" for 10.0.2.2 at 2014-04-19 13:53:44 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397915619839"} Carnival::AdminUser Load (3.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (2.3ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (2.2ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (32.2ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (168.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (38.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (3.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.4ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (176.2ms) Completed 200 OK in 1179ms (Views: 1163.9ms | ActiveRecord: 7.5ms) Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 13:53:48 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (223.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (124.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (29.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (2.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.5ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (185.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (112.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2813.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714__619043898 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (3505.4ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (3554.5ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (43.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 4114ms (Views: 4087.8ms | ActiveRecord: 20.9ms) Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:53 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:54 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:55 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 13:53:55 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 13:53:55 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 13:53:55 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 13:53:59 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:05:57 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.8ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.8ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (234.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (52.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (152.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (108.3ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2493.5ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714__619145858 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2560.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2601.6ms) Carnival::AdminUserNotification Load (1.7ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.0ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (27.7ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2994ms (Views: 2972.4ms | ActiveRecord: 16.2ms) Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:00 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:01 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:02 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:03 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:04 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:06:05 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:06:05 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:06:06 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:06:07 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:06:10 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:06:11 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:13:51 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (194.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (125.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (38.5ms) Admin::State Load (2.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.5ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2435.7ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_84801860 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2480.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2523.0ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (28.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2903ms (Views: 2882.0ms | ActiveRecord: 15.3ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:55 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:56 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:13:57 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:58 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:13:59 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:14:00 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:14:00 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:14:01 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:14:01 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:14:02 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:14:04 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:14:04 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:17:10 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (47.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.8ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.1ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (32.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (134.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (101.2ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2288.9ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_81196690 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2334.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2379.2ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.4ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.1ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.2ms) Completed 200 OK in 2764ms (Views: 2740.2ms | ActiveRecord: 16.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:14 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:15 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:16 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:17 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:18 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:19 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:17:19 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:17:19 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:17:19 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:17:20 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:17:20 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:17:25 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:17:25 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:19:17 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.2ms) Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (94.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (110.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (119.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (41.7ms) Admin::State Load (3.3ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (14.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (234.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (8.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (136.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2449.3ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_79959630 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2496.7ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2536.9ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (9.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (12.8ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2943ms (Views: 2918.9ms | ActiveRecord: 18.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:21 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:22 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:23 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:24 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:25 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:19:26 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:19:26 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:19:26 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:19:27 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:19:27 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:19:29 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:19:29 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:24:55 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (3.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.1ms) Admin::Country Load (1.3ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (118.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (16.4ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.7ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2244.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_82621280 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2290.6ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2332.9ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.9ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.2ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.2ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2715ms (Views: 2692.7ms | ActiveRecord: 16.8ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:24:59 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:00 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:01 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:02 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:03 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:25:04 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:25:04 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:25:05 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:25:05 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:25:07 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:25:08 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:28:16 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (30.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (2.7ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (95.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (4.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (102.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.8ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.6ms) Admin::State Load (1.7ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.7ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) CACHE (0.1ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.0ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.2ms) CACHE (0.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.7ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2358.6ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_84278370 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2406.5ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2447.4ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.6ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.6ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2820ms (Views: 2798.0ms | ActiveRecord: 16.0ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:19 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:19 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:20 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:28:21 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:22 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:23 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:24 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:28:24 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:28:24 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:28:25 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:28:25 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:28:26 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:28:27 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:28:28 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:30:09 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (2.1ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.9ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (120.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (92.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (117.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (26.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (157.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (93.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (44.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.3ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.6ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (1.9ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (9.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.8ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (40.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.8ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (127.0ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2336.0ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_78133440 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2381.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2420.6ms) Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2776ms (Views: 2753.5ms | ActiveRecord: 16.2ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:12 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:13 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:14 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:15 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:16 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:30:17 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:30:18 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:30:19 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:30:19 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:30:21 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:30:21 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 14:31:04 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.6ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.7ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.6ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.4ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (103.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (100.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (98.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (111.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.9ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (23.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.8ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.4ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (24.2ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.4ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (20.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (104.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Admin::State Load (1.3ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.3ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (10.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (115.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.9ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (7.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (109.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.2ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (27.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (126.1ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2291.4ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_83568490 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2343.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2387.5ms) Carnival::AdminUserNotification Load (1.5ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.2ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.9ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (7.5ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 2829ms (Views: 2808.2ms | ActiveRecord: 14.9ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:08 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:09 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:10 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:11 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:12 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 14:31:13 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 14:31:13 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 14:31:13 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 14:31:14 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 14:31:14 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 14:31:16 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 14:31:17 +0000 Started GET "/admin/countries/1/edit" for 10.0.2.2 at 2014-04-19 15:14:24 +0000 Processing by Admin::CountriesController#edit as HTML Parameters: {"id"=>"1"} Carnival::AdminUser Load (1.8ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", "1"]] Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.7ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::State Load (1.5ms) SELECT "states".* FROM "states" WHERE "states"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.2ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) Admin::Country Load (1.6ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (3.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.1ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (131.5ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (28.1ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.6ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (121.2ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (17.8ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (96.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (22.0ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.5ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (99.1ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (25.6ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (129.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (21.3ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (114.9ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (18.5ms) Rendered /project/app/views/carnival/shared/form/_field.html.haml (2.4ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (97.6ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:15) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (2 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:17) Admin::City Load (1.4ms) SELECT "cities".* FROM "cities" WHERE "cities"."country_id" = ? [["country_id", 1]] DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.9ms) Admin::State Load (1.4ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] Admin::State Load (2.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (12.0ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (107.7ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (19.5ms) CACHE (0.0ms) SELECT "states".* FROM "states" WHERE "states"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (6.3ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (106.0ms) DEPRECATION WARNING: link_to_function is deprecated and will be removed from Rails 4.1. We recommend using Unobtrusive JavaScript instead. See http://guides.rubyonrails.org/working_with_javascript_in_rails.html#unobtrusive-javascript. (called from block (3 levels) in __project_app_views_carnival_shared_form__inner_form_html_haml___406651353_84468950 at /project/app/views/carnival/shared/form/_inner_form.html.haml:23) Rendered /project/app/views/carnival/shared/form/_field.html.haml (39.1ms) CACHE (0.0ms) SELECT "states".* FROM "states" Rendered /project/app/views/carnival/shared/form/_field.html.haml (5.7ms) CACHE (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (123.4ms) Rendered /project/app/views/carnival/shared/form/_inner_form.html.haml (2365.8ms) DEPRECATION WARNING: :disable_with option is deprecated and will be removed from Rails 4.1. Use 'data: { disable_with: 'Text' }' instead. (called from block in __project_app_views_carnival_shared_form__form_html_haml___1070695714_79661890 at /project/app/views/carnival/shared/form/_form.html.haml:5) Rendered /project/app/views/carnival/shared/form/_form.html.haml (2410.9ms) Rendered /project/app/views/carnival/shared/form/edit.html.haml within layouts/carnival/admin (2452.7ms) Carnival::AdminUserNotification Load (1.3ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.4ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (7.5ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (10.3ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 3058ms (Views: 3037.8ms | ActiveRecord: 14.4ms) Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000 Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:28 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:29 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:30 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:31 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:32 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:33 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 15:14:33 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 15:14:33 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 15:14:34 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000 Started GET "/assets/carnival/voltar.png" for 10.0.2.2 at 2014-04-19 15:14:34 +0000 Started GET "/assets/carnival/bg_button.png" for 10.0.2.2 at 2014-04-19 15:14:35 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 15:14:36 +0000 Started GET "/assets/carnival/chosen-sprite.png" for 10.0.2.2 at 2014-04-19 15:14:37 +0000 Started GET "/admin/countries/" for 10.0.2.2 at 2014-04-19 22:57:40 +0000 Processing by Admin::CountriesController#index as HTML Carnival::AdminUser Load (2.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1 Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_advanced_search_field.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_advanced_search.html.haml (164.8ms) Rendered /project/app/views/carnival/shared/_scope.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_period_filter.html.haml (0.8ms) Rendered /project/app/views/carnival/index.html.haml within layouts/carnival/admin (421.8ms) Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] CACHE (0.0ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? AND "admin_user_notifications"."read" = 'f' [["admin_user_id", 1]] Carnival::AdminUserNotification Load (1.6ms) SELECT "admin_user_notifications".* FROM "admin_user_notifications" WHERE "admin_user_notifications"."admin_user_id" = ? ORDER BY created_at desc [["admin_user_id", 1]] Rendered /project/app/views/layouts/carnival/_notifications_list.html.haml (8.1ms) Rendered /project/app/views/layouts/carnival/_menu.html.haml (8.9ms) Rendered /project/app/views/carnival/shared/_application_popup_partial.html.haml (0.1ms) Completed 200 OK in 1224ms (Views: 1214.9ms | ActiveRecord: 5.6ms) Started GET "/assets/carnival/admin.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:42 +0000 Started GET "/assets/carnival/jquery.noty.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:42 +0000 Started GET "/assets/carnival/vizir-grid.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:43 +0000 Started GET "/assets/carnival/datatable.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:43 +0000 Started GET "/assets/carnival/noty_theme_default.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000 Started GET "/assets/carnival/chosen.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000 Started GET "/assets/carnival/colorbox.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000 Started GET "/assets/carnival/formframe.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:44 +0000 Started GET "/assets/carnival/main.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000 Started GET "/assets/carnival/jquery-ui-1.8.11.custom.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000 Started GET "/assets/carnival/perfect-scrollbar-0.4.6.min.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000 Started GET "/assets/carnival/jquery.fancybox.css?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000 Started GET "/assets/jquery.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:45 +0000 Started GET "/assets/jquery_ujs.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000 Started GET "/assets/carnival/external/jquery.dataTables.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000 Started GET "/assets/carnival/external/jquery.noty.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000 Started GET "/assets/carnival/external/jquery.colorbox-min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000 Started GET "/assets/carnival/external/jquery-ui-1.9.1.custom.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:46 +0000 Started GET "/assets/carnival/external/chosen.jquery.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000 Started GET "/assets/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000 Started GET "/assets/carnival/external/jquery.fancybox.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:47 +0000 Started GET "/assets/carnival/vizir_admin.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000 Started GET "/assets/carnival/admin.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000 Started GET "/assets/carnival/data_tables_functions.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000 Started GET "/assets/carnival/advanced_search.js?body=1" for 10.0.2.2 at 2014-04-19 22:57:48 +0000 Started GET "/assets/carnival/avatar.png" for 10.0.2.2 at 2014-04-19 22:57:48 +0000 Started GET "/assets/carnival/fonts/opensans-regular-webfont.woff" for 10.0.2.2 at 2014-04-19 22:57:49 +0000 Started GET "/assets/carnival/header-bg.png" for 10.0.2.2 at 2014-04-19 22:57:49 +0000 Started GET "/assets/carnival/sprites.png" for 10.0.2.2 at 2014-04-19 22:57:49 +0000 Started GET "/assets/carnival/novo.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000 Started GET "/assets/carnival/overlay.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000 Started GET "/assets/carnival/sprites-active.png" for 10.0.2.2 at 2014-04-19 22:57:50 +0000 Started GET "/admin/countries.json?sEcho=1&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397948266180" for 10.0.2.2 at 2014-04-19 22:57:50 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"sEcho"=>"1", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397948266180"} Carnival::AdminUser Load (1.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.6ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.5ms) SELECT "countries".* FROM "countries" ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (36.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.0ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.6ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.3ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (183.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (41.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.7ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (2.3ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.1ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.5ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (170.5ms) Completed 200 OK in 1097ms (Views: 1088.9ms | ActiveRecord: 4.6ms) Started GET "/assets/carnival/search.png" for 10.0.2.2 at 2014-04-19 22:57:52 +0000 Started GET "/assets/carnival/datatables-loading.gif" for 10.0.2.2 at 2014-04-19 22:57:52 +0000 Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397948266181" for 10.0.2.2 at 2014-04-19 22:57:57 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397948266181"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.9ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (0.8ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 Completed 500 Internal Server Error in 13ms SQLite3::SQLException - unrecognized token: "#": sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' bullet (4.6.0) lib/bullet/active_record4.rb:10:in `to_a' will_paginate (3.0.5) lib/will_paginate/active_record.rb:127:in `block in to_a' will_paginate (3.0.5) lib/will_paginate/collection.rb:96:in `create' will_paginate (3.0.5) lib/will_paginate/active_record.rb:126:in `to_a' activerecord (4.0.4) lib/active_record/relation/delegation.rb:12:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:29:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__588615945__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1061421701__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397948266181" for 10.0.2.2 at 2014-04-19 22:58:16 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397948266181"} Carnival::AdminUser Load (1.7ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.5ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (0.7ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 Completed 500 Internal Server Error in 13ms SQLite3::SQLException - unrecognized token: "#": sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `block in log' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:437:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' bullet (4.6.0) lib/bullet/active_record4.rb:10:in `to_a' will_paginate (3.0.5) lib/will_paginate/active_record.rb:127:in `block in to_a' will_paginate (3.0.5) lib/will_paginate/collection.rb:96:in `create' will_paginate (3.0.5) lib/will_paginate/active_record.rb:126:in `to_a' activerecord (4.0.4) lib/active_record/relation/delegation.rb:12:in `each' /project/app/datatable/carnival/generic_datatable.rb:80:in `data' /project/app/datatable/carnival/generic_datatable.rb:39:in `as_json' activesupport (4.0.4) lib/active_support/json/encoding.rb:50:in `block in encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:81:in `check_for_circular_references' activesupport (4.0.4) lib/active_support/json/encoding.rb:49:in `encode' activesupport (4.0.4) lib/active_support/json/encoding.rb:34:in `encode' activesupport (4.0.4) lib/active_support/core_ext/object/to_json.rb:16:in `to_json' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:90:in `block in ' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:33:in `block in _handle_render_options' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `block in each' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/set.rb:222:in `each' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:30:in `_handle_render_options' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' wicked_pdf (0.9.10) lib/wicked_pdf/pdf_helper.rb:23:in `render_with_wicked_pdf' /project/app/controllers/carnival/base_admin_controller.rb:29:in `block (2 levels) in index' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:191:in `respond_to' /project/app/controllers/carnival/base_admin_controller.rb:20:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__588615945__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' bullet (4.6.0) lib/bullet/rack.rb:13:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1061421701__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (0.9.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (0.9.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (0.9.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Started POST "/__better_errors/81427150/variables" for 10.0.2.2 at 2014-04-19 22:58:17 +0000 Admin::Country Load (1.0ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 Started POST "/__better_errors/81427150/variables" for 10.0.2.2 at 2014-04-19 22:58:22 +0000 Admin::Country Load (0.4ms) SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 SQLite3::SQLException: unrecognized token: "#": SELECT "countries".* FROM "countries" WHERE (countries.id = #{value}) ORDER BY countries.id asc LIMIT 50 OFFSET 0 Started POST "/__better_errors/81427150/eval" for 10.0.2.2 at 2014-04-19 22:58:25 +0000 Started GET "/admin/countries.json?advancedquery=%7B%22id%22:%7B%22operator%22:%22equal%22,%20%22value%22:%221%22,%20%22type%22:%22undefined%22%7D%7D&sEcho=2&iColumns=8&sColumns=&iDisplayStart=0&iDisplayLength=50&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&mDataProp_7=7&sSearch=&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&sSearch_4=&bRegex_4=false&bSearchable_4=true&sSearch_5=&bRegex_5=false&bSearchable_5=true&sSearch_6=&bRegex_6=false&bSearchable_6=true&sSearch_7=&bRegex_7=false&bSearchable_7=true&iSortCol_0=0&sSortDir_0=asc&iSortingCols=1&bSortable_0=false&bSortable_1=false&bSortable_2=false&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&bSortable_7=false&_=1397948266181" for 10.0.2.2 at 2014-04-19 23:00:32 +0000 Processing by Admin::CountriesController#index as JSON Parameters: {"advancedquery"=>"{\"id\":{\"operator\":\"equal\", \"value\":\"1\", \"type\":\"undefined\"}}", "sEcho"=>"2", "iColumns"=>"8", "sColumns"=>"", "iDisplayStart"=>"0", "iDisplayLength"=>"50", "mDataProp_0"=>"0", "mDataProp_1"=>"1", "mDataProp_2"=>"2", "mDataProp_3"=>"3", "mDataProp_4"=>"4", "mDataProp_5"=>"5", "mDataProp_6"=>"6", "mDataProp_7"=>"7", "sSearch"=>"", "bRegex"=>"false", "sSearch_0"=>"", "bRegex_0"=>"false", "bSearchable_0"=>"true", "sSearch_1"=>"", "bRegex_1"=>"false", "bSearchable_1"=>"true", "sSearch_2"=>"", "bRegex_2"=>"false", "bSearchable_2"=>"true", "sSearch_3"=>"", "bRegex_3"=>"false", "bSearchable_3"=>"true", "sSearch_4"=>"", "bRegex_4"=>"false", "bSearchable_4"=>"true", "sSearch_5"=>"", "bRegex_5"=>"false", "bSearchable_5"=>"true", "sSearch_6"=>"", "bRegex_6"=>"false", "bSearchable_6"=>"true", "sSearch_7"=>"", "bRegex_7"=>"false", "bSearchable_7"=>"true", "iSortCol_0"=>"0", "sSortDir_0"=>"asc", "iSortingCols"=>"1", "bSortable_0"=>"false", "bSortable_1"=>"false", "bSortable_2"=>"false", "bSortable_3"=>"false", "bSortable_4"=>"false", "bSortable_5"=>"false", "bSortable_6"=>"false", "bSortable_7"=>"false", "_"=>"1397948266181"} Carnival::AdminUser Load (2.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 ORDER BY "admin_users"."id" ASC LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "countries" Admin::Country Load (1.9ms) SELECT "countries".* FROM "countries" WHERE (countries.id = 1) ORDER BY countries.id asc LIMIT 50 OFFSET 0 Rendered /project/app/views/carnival/shared/_list_cel.html.haml (46.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (29.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (33.8ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (28.5ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (0.9ms) Rendered /project/app/views/carnival/shared/_list_cel.html.haml (1.7ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_default.html.haml (0.2ms) Rendered /project/app/views/carnival/shared/_action_delete.html.haml (0.5ms) Rendered /project/app/views/carnival/shared/_item_buttons.html.haml (159.4ms) Completed 200 OK in 827ms (Views: 641.8ms | ActiveRecord: 13.0ms)