(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