Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921104821)  (0.0ms) begin transaction  (0.8ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT 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, "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 NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921104821')  (3.1ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-21 11:49:21 +0100 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-21 11:51:32 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (1.6ms) Compiled pages.css (0ms) (pid 23895) Compiled application.css (7ms) (pid 23895) Compiled jquery.js (4ms) (pid 23895) Compiled jquery_ujs.js (0ms) (pid 23895) Compiled pages.js (0ms) (pid 23895) Compiled application.js (61ms) (pid 23895) Completed 200 OK in 155ms (Views: 154.3ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /pages.css - 200 OK (1ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 11:51:33 +0100 Served asset /pages.js - 200 OK (1ms) Started GET "/pages/show" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Processing by PagesController#show as HTML Rendered pages/show.html.erb within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 11:52:56 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/pages/show" for 127.0.0.1 at 2012-09-21 11:53:35 +0100 Processing by PagesController#show as HTML Completed 401 Unauthorized in 11ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:53:35 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2012-09-21 11:53:49 +0100 Processing by PagesController#home as HTML Completed 401 Unauthorized in 1ms Started GET "/" for 127.0.0.1 at 2012-09-21 11:53:53 +0100 Processing by PagesController#home as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:53:53 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2012-09-21 11:53:56 +0100 Processing by PagesController#home as HTML Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:53:56 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:54:05 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 11:54:08 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/show" for 127.0.0.1 at 2012-09-21 11:54:11 +0100 ActionController::RoutingError (No route matches [GET] "/show"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/pages/show" for 127.0.0.1 at 2012-09-21 11:54:15 +0100 Processing by PagesController#show as HTML Completed 401 Unauthorized in 11ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:54:15 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:58:04 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:58:06 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:58:07 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Connecting to database specified by database.yml Started GET "/auth_eng" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.4ms) Compiled auth_eng/users.css (0ms) (pid 23895) Compiled auth_eng/application.css (11ms) (pid 23895) Compiled auth_eng/users.js (0ms) (pid 23895) Compiled auth_eng/application.js (17ms) (pid 23895) Completed 200 OK in 111ms (Views: 111.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /auth_eng/application.js - 200 OK (9ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /auth_eng/application.css - 200 OK (2ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /auth_eng/users.js - 200 OK (2ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 11:59:06 +0100 Served asset /auth_eng/users.css - 200 OK (1ms) Started GET "/pages/show" for 127.0.0.1 at 2012-09-21 11:59:12 +0100 Processing by PagesController#show as HTML Completed 401 Unauthorized in 5ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 11:59:12 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:04:28 +0100 LoadError (Expected /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/sessions_controller.rb to define AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (27.2ms) Completed 200 OK in 70ms (Views: 33.6ms | ActiveRecord: 1.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:05:06 +0100 Served asset /pages.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (57.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (59.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921110811)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT 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, "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 NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921110811')  (43.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 42ms (Views: 22.5ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:21 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.3ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:23 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.6ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:08:25 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_up" for 127.0.0.1 at 2012-09-21 12:08:27 +0100 ActionController::RoutingError (uninitialized constant AuthEng::RegistrationsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2911469649876197687__call__1518667347623915521__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.4ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:25 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.8ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:26 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:35 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:36 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.8ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:11:51 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:12:57 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:13:10 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:14:39 +0100 Processing by SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 28ms (Views: 9.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:14:40 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (55.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921111822)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "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, "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 NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921111822')  (3.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Processing by SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 30ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 12:18:28 +0100 Served asset /pages.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Processing by SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (7.3ms) Completed 200 OK in 58ms (Views: 56.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 13:51:52 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:05:26 +0100 Processing by SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aIOuYe8uIpSVQdx9vavlsCdR6P6KgUdmHqkQuSMnvAE=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.4ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1  (0.1ms) begin transaction  (0.8ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-21 14:05:27.764051', "current_sign_in_at" = '2012-09-21 14:05:27.764051', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-21 14:05:27.773900' WHERE "auth_eng_users"."id" = 1  (3.3ms) commit transaction Completed 200 OK in 1570ms (Views: 0.3ms | ActiveRecord: 33.3ms) Started GET "/auth_eng/users/" for 127.0.0.1 at 2012-09-21 15:08:47 +0100 ActionController::RoutingError (No route matches [GET] "/auth_eng/users"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (40.4ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:08:51 +0100 ActionController::RoutingError (No route matches [GET] "/auth_eng/users"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:09:10 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.1ms) Completed 200 OK in 167ms (Views: 166.3ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:09:11 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:01 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:07 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-21 15:12:17 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 500 Internal Server Error in 397ms ActionView::Template::Error (undefined local variable or method `auth_eng_engine' for #<#:0x007fb2ec179638>): 7: <%= csrf_meta_tags %> 8: 9: 10: <%= link_to "Logout", auth_eng_engine.destroy_user_session_path, :id => 'logout' %> 11: <%= yield %> 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___4125155667505818911_70203221222120' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (35.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (60.6ms) Started GET "/" for 127.0.0.1 at 2012-09-21 15:12:32 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:32 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:32 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:33 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:33 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:33 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:33 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/auth_eng/users/sign_out" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_out"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (0.5ms) Completed 200 OK in 132ms (Views: 131.7ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:35 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:12:46 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/users/login" for 127.0.0.1 at 2012-09-21 15:12:56 +0100 ActionController::RoutingError (No route matches [GET] "/users/login"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth_eng" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.1ms) Completed 200 OK in 55ms (Views: 55.1ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:04 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:13:08 +0100 Processing by AuthEng::UsersController#index as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 50ms (Views: 49.5ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:09 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 290ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:45 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:48 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.1ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:13:54 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 15:14:03 +0100 Processing by AuthEng::UsersController#new as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (0.5ms) Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:14:04 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"logout"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:04 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"logout"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 15:16:07 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 98ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:38 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:52 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:17:57 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:18:34 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3534525579630690758__call__871854776095967300__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.4ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:18:53 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.0ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:18:59 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:19:05 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Binary data inserted for `string` type on column `encrypted_password` Connecting to database specified by database.yml Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:20:11 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:20:11 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/auth_eng/users/sign_in" for 127.0.0.1 at 2012-09-21 15:21:37 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"sign_in"} Completed 401 Unauthorized in 58ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 15:21:38 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 15:37:11 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 15:37:15 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3152594491546950288__call__1813638315315306245__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:01:04 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1345515137515068759__call__2749850521853094540__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (5.0ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:01:31 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1128850008300391202__call__1352997689605453278__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:01:53 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1128850008300391202__call__1352997689605453278__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:02:07 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__65378571636951136__call__4498725576827092766__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.7ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:03:13 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1794166826473039071__call__2769700539326058786__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.7ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:05:46 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1794166826473039071__call__2769700539326058786__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:05:51 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 81ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:05:51 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1794166826473039071__call__2769700539326058786__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (4.7ms) Completed 200 OK in 164ms (Views: 106.2ms | ActiveRecord: 2.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /pages.css - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:06 +0100 Served asset /pages.js - 304 Not Modified (1ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 22ms (Views: 8.2ms | ActiveRecord: 0.5ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:28 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:29 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:30 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:30 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:30 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:30 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:30 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (1.8ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:32 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:06:42 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aIOuYe8uIpSVQdx9vavlsCdR6P6KgUdmHqkQuSMnvAE=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-21 15:06:42.877719', "current_sign_in_at" = '2012-09-21 15:06:42.877719', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-21 15:06:42.878607' WHERE "auth_eng_users"."id" = 2  (2.9ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 300ms (ActiveRecord: 3.6ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:06:42 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.3ms) Completed 200 OK in 199ms (Views: 198.3ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /auth_eng/application.css - 304 Not Modified (3ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /auth_eng/users.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /auth_eng/application.js - 304 Not Modified (6ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:43 +0100 Served asset /auth_eng/users.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-09-21 16:06:47 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.3ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:47 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:47 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:48 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:48 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:48 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:48 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"logout"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (0.3ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:49 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:06:56 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:36 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:40 +0100 Served asset /application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Processing by AuthEng::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"aIOuYe8uIpSVQdx9vavlsCdR6P6KgUdmHqkQuSMnvAE="} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 83ms (ActiveRecord: 0.3ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (3.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:41 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:07:55 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JlrAYC8bjv9Wuub1ybQpN5JmJ43o7BPDAt8L5twXdyQ=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "current_sign_in_at" = '2012-09-21 15:07:56.083361', "sign_in_count" = 2, "updated_at" = '2012-09-21 15:07:56.083911' WHERE "auth_eng_users"."id" = 2  (49.5ms) commit transaction Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 139ms (ActiveRecord: 50.2ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (0.0ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:07:56 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.5ms) Completed 200 OK in 50ms (Views: 7.0ms | ActiveRecord: 0.8ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:36 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Processing by AuthEng::UsersController#new as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (6.1ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (90.3ms) Completed 200 OK in 96ms (Views: 94.6ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:42 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Processing by AuthEng::UsersController#new as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (2.6ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (3.8ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:22:45 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/2" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Processing by AuthEng::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"JlrAYC8bjv9Wuub1ybQpN5JmJ43o7BPDAt8L5twXdyQ=", "id"=>"2"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? [["id", 2]]  (2.9ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 8ms (ActiveRecord: 3.8ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/sessions/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 16:25:42 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921161133)  (0.0ms) begin transaction  (0.6ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "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 NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921161133')  (3.3ms) commit transaction Migrating to AddUserConfirmable (20120921161134)  (0.0ms) begin transaction  (8.0ms) ALTER TABLE "users" ADD "confirmation_token" varchar(255) SQLite3::SQLException: no such table: users: ALTER TABLE "users" ADD "confirmation_token" varchar(255)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (115.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (36.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921161352)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921161352')  (3.4ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:21:30 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (15.1ms) Completed 200 OK in 136ms (Views: 101.7ms | ActiveRecord: 2.5ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /pages.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /application.css - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:21:31 +0100 Served asset /pages.js - 304 Not Modified (2ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:21:35 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 1ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 5ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.4ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:25:55 +0100 Served asset /application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 5ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.3ms) Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:27:31 +0100 Served asset /application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:28:01 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1 Completed 401 Unauthorized in 15ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.7ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:28:02 +0100 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.1ms) Completed 200 OK in 90ms (Views: 57.2ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /auth_eng/users.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /auth_eng/application.css - 304 Not Modified (2ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /auth_eng/application.js - 304 Not Modified (5ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:54 +0100 Served asset /auth_eng/users.js - 304 Not Modified (3ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Processing by AuthEng::UsersController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (8.0ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (11.3ms) Completed 200 OK in 52ms (Views: 15.2ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:30:56 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90@gmail.com"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1  (0.1ms) rollback transaction Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (3.0ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (4.0ms) Completed 200 OK in 27ms (Views: 8.6ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:31:03 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.1ms) Completed 200 OK in 54ms (Views: 21.5ms | ActiveRecord: 2.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /auth_eng/application.css - 304 Not Modified (4ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /auth_eng/application.js - 304 Not Modified (8ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /auth_eng/users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:35 +0100 Served asset /auth_eng/users.js - 304 Not Modified (2ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Processing by AuthEng::UsersController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (8.6ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (12.3ms) Completed 200 OK in 53ms (Views: 35.4ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:37 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90@gmail.com"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1 SQL (1.6ms) INSERT INTO "auth_eng_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "name", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", nil], ["confirmation_token", nil], ["confirmed_at", nil], ["created_at", Fri, 21 Sep 2012 16:34:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gustavolobo90@gmail.com"], ["encrypted_password", ""], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["name", "Gustavo Lobo"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 21 Sep 2012 16:34:45 UTC +00:00]]  (49.9ms) commit transaction Redirected to http://localhost:3000/auth_eng/users/2 Completed 302 Found in 73ms (ActiveRecord: 51.7ms) Started GET "/auth_eng/users/2" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"2"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (1.1ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.2ms) Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:49 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:34:54 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 14ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:34:54 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 63ms (Views: 42.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:54 +0100 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:55 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:55 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:55 +0100 Served asset /pages.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:55 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:55 +0100 Served asset /pages.css - 304 Not Modified (1ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 1ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:34:59 +0100 Served asset /application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 1ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.1ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:13 +0100 Served asset /application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 1ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (4.5ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:35:20 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Processing by AuthEng::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by AuthEng::SessionsController#failure as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M=", "user"=>{"email"=>"gustavolobo90@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:12 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-21 17:37:22 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:22 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:22 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:23 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:23 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:23 +0100 Served asset /application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Processing by AuthEng::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"iQEDmhUtKIF5Kc0qqEN0Z9gQRNase3fIqaL9CnUs/0M="} Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:24 +0100 Served asset /application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Processing by AuthEng::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"auxLR04mD/NtwfHa0dLDzzPipwAjowqOpccwMmlDPFI="} Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (2.5ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:26 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Processing by AuthEng::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"KbAwN5bpnxquhG/clzq23XPGHI0FvvCAh4K6ccDDPow="} Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Processing by AuthEng::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 17:37:27 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Processing by AuthEng::UsersController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (16.5ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (17.5ms) Completed 200 OK in 41ms (Views: 22.1ms | ActiveRecord: 0.6ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:21 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90@gmail.com"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1 SQL (0.9ms) INSERT INTO "auth_eng_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "name", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", nil], ["confirmation_token", nil], ["confirmed_at", nil], ["created_at", Fri, 21 Sep 2012 16:39:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gustavolobo90@gmail.com"], ["encrypted_password", ""], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["name", "Gustavo Lobo"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 21 Sep 2012 16:39:34 UTC +00:00]]  (67.6ms) commit transaction Redirected to http://localhost:3000/auth_eng/users/3 Completed 302 Found in 77ms (ActiveRecord: 68.8ms) Started GET "/auth_eng/users/3" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"3"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (1.1ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:39:34 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.3ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:21 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Processing by AuthEng::UsersController#new as HTML Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (2.7ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (4.0ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:22 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:43:28 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90@gmail.com"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (0.3ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1  (0.1ms) rollback transaction Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (4.6ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (6.4ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.4ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:29 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"globo@ipn.pt"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (2.1ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'globo@ipn.pt' LIMIT 1 SQL (0.8ms) INSERT INTO "auth_eng_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "name", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", nil], ["confirmation_token", nil], ["confirmed_at", nil], ["created_at", Fri, 21 Sep 2012 16:43:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "globo@ipn.pt"], ["encrypted_password", ""], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["name", "Gustavo Lobo"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 21 Sep 2012 16:43:35 UTC +00:00]]  (75.0ms) commit transaction Redirected to http://localhost:3000/auth_eng/users/4 Completed 302 Found in 86ms (ActiveRecord: 78.0ms) Started GET "/auth_eng/users/4" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"4"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (0.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 17:43:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:45:25 +0100 SyntaxError (/Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:7: syntax error, unexpected ',', expecting keyword_end :recoverable, :rememberable, :trackable, :validatable ^): activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.8) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.8) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.8) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.8) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.8) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/users_controller.rb:4:in `' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/users_controller.rb:3:in `' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.8) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.8) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1307661515661062180__call__3816220924686215656__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-21 17:45:32 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gmlobo@dei.uc.pt"}, "commit"=>"Create User"}  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gmlobo@dei.uc.pt' LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'ctqBNgARCk7xCwfx9CUz' LIMIT 1 SQL (0.7ms) INSERT INTO "auth_eng_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "name", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Fri, 21 Sep 2012 16:45:32 UTC +00:00], ["confirmation_token", "ctqBNgARCk7xCwfx9CUz"], ["confirmed_at", nil], ["created_at", Fri, 21 Sep 2012 16:45:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gmlobo@dei.uc.pt"], ["encrypted_password", ""], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["name", "Gustavo Lobo"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 21 Sep 2012 16:45:32 UTC +00:00]]  (1.0ms) rollback transaction Completed 500 Internal Server Error in 692ms NoMethodError (undefined method `delay' for Devise::Mailer:Class): actionmailer (3.2.8) lib/action_mailer/base.rb:438:in `method_missing' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:40:in `send_on_create_confirmation_instructions' activesupport (3.2.8) lib/active_support/callbacks.rb:416:in `_run__3574808489245517463__create__3816220924686215656__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_create_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:268:in `create' activerecord (3.2.8) lib/active_record/persistence.rb:347:in `create_or_update' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `block in create_or_update' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3574808489245517463__save__3816220924686215656__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_save_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' activerecord (3.2.8) lib/active_record/callbacks.rb:264:in `create_or_update' activerecord (3.2.8) lib/active_record/persistence.rb:84:in `save' activerecord (3.2.8) lib/active_record/validations.rb:50:in `save' activerecord (3.2.8) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block (2 levels) in save' activerecord (3.2.8) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.8) lib/active_record/transactions.rb:293:in `with_transaction_returning_status' activerecord (3.2.8) lib/active_record/transactions.rb:241:in `block in save' activerecord (3.2.8) lib/active_record/transactions.rb:252:in `rollback_active_record_state!' activerecord (3.2.8) lib/active_record/transactions.rb:240:in `save' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/users_controller.rb:41:in `block in create' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/users_controller.rb:40:in `create' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3541571648922107794__process_action__2651974426514310322__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1307661515661062180__call__3816220924686215656__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (49.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921164822)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921164822')  (3.6ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (48.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921164929)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921164929')  (3.4ms) commit transaction Migrating to CreateDelayedJobs (20120921164930)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("delayed_jobs")  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921164930')  (3.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (51.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921165129')  (3.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email') Connecting to database specified by database.yml Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (5.9ms) Sent mail to gustavolobo90@gmail.com (3420ms) Date: Fri, 21 Sep 2012 17:52:51 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: gustavolobo90@gmail.com Message-ID: <505c9b634bb24_63e13fe884c35ad0686b7@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome gustavolobo90@gmail.com!

You can confirm your account email through the link below:

Confirm my account

Connecting to database specified by database.yml Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 17:53:37 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 Completed 500 Internal Server Error in 84ms ActionView::MissingTemplate (Missing template devise/confirmations/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__3797030312249767228__process_action__555991082110202381__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__656550800854858222__call__342701724711256214__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (3.8ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 17:58:18 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (8.2ms) Completed 500 Internal Server Error in 70ms ActionView::Template::Error (undefined local variable or method `update_user_confirmation_path' for #<#:0x007ff184e324c0>): 2: %h1.blue= "Account Activation" 3: #ics_form 4: .ics_form 5: = semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:id => "ics", :method => 'put'}, :id => 'activation-form' do |f| 6: = f.inputs do 7: = f.input :password 8: = f.input :password_confirmation /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:5:in `___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml__2680292568057445958_70337659726320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1505153496387148964__process_action__4448281971367641001__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2054727010717035085__call__76578420644804122__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 17:59:24 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (7.4ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined method `semantic_form_for' for #<#:0x007ff185bbfe80>): 2: %h1.blue= "Account Activation" 3: #ics_form 4: .ics_form 5: = semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:id => "ics", :method => 'put'}, :id => 'activation-form' do |f| 6: = f.inputs do 7: = f.input :password 8: = f.input :password_confirmation /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:5:in `___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml__2680292568057445958_70337659726320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1505153496387148964__process_action__4448281971367641001__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2054727010717035085__call__76578420644804122__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 17:59:25 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (7.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `semantic_form_for' for #<#:0x007ff183332300>): 2: %h1.blue= "Account Activation" 3: #ics_form 4: .ics_form 5: = semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:id => "ics", :method => 'put'}, :id => 'activation-form' do |f| 6: = f.inputs do 7: = f.input :password 8: = f.input :password_confirmation /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:5:in `___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml__2680292568057445958_70337659726320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1505153496387148964__process_action__4448281971367641001__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2054727010717035085__call__76578420644804122__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms) Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 17:59:59 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (7.9ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `semantic_form_for' for #<#:0x007ff1864a8dd0>): 2: %h1.blue= "Account Activation" 3: #ics_form 4: .ics_form 5: = semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:id => "ics", :method => 'put'}, :id => 'activation-form' do |f| 6: = f.inputs do 7: = f.input :password 8: = f.input :password_confirmation /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:5:in `___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml__2680292568057445958_70337659726320' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1505153496387148964__process_action__4448281971367641001__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2054727010717035085__call__76578420644804122__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 18:00:55 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml___3834572091679889205_70125765814980 at /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (59.2ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (undefined method `button_submit' for #<#:0x007f8edea7d630>): 9: = f.input :confirmation_token, :value => @confirmation_token, :as => :hidden 10: 11: .group.navform.wat-cf 12: = button_submit("activate") /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:12:in `block in ___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml___3834572091679889205_70125765814980' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.7) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:161:in `block in semantic_form_for' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:192:in `with_custom_field_error_proc' formtastic (2.2.1) lib/formtastic/helpers/form_helper.rb:160:in `semantic_form_for' /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:5:in `___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml___3834572091679889205_70125765814980' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:35:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:50:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__1506182602249128291__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (19.7ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.8ms) Started GET "/auth_eng/users/confirmation?confirmation_token=NJtXHakLp8D8B8LphWTh" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"NJtXHakLp8D8B8LphWTh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'NJtXHakLp8D8B8LphWTh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_devise_confirmations_show_html_haml___3834572091679889205_70125764938720 at /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/devise/confirmations/show.html.haml within layouts/application (11.0ms) Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /jquery.js - 304 Not Modified (32ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /pages.css - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-21 18:01:37 +0100 Served asset /pages.js - 304 Not Modified (1ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:01:49 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} [Devise] Could not find devise mapping for path "/auth_eng/user/confirmation". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do match "/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 500 Internal Server Error in 1ms AbstractController::ActionNotFound (Could not find devise mapping for path "/auth_eng/user/confirmation". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do match "/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 (2.1.2) app/controllers/devise_controller.rb:88:in `unknown_action!' devise (2.1.2) app/controllers/devise_controller.rb:63:in `assert_is_devise_resource!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:02:25 +0100 ActionController::RoutingError (uninitialized constant AuthEng::AuthEng): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:02:31 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} [Devise] Could not find devise mapping for path "/auth_eng/user/confirmation". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do match "/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 500 Internal Server Error in 0ms AbstractController::ActionNotFound (Could not find devise mapping for path "/auth_eng/user/confirmation". This may happen for two reasons: 1) You forgot to wrap your route inside the scope block. For example: devise_scope :user do match "/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 (2.1.2) app/controllers/devise_controller.rb:88:in `unknown_action!' devise (2.1.2) app/controllers/devise_controller.rb:63:in `assert_is_devise_resource!' activesupport (3.2.8) lib/active_support/callbacks.rb:407:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:02:43 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (2.8ms) Completed 500 Internal Server Error in 44ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:03:32 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (2.6ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:03:38 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:04:02 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Completed 500 Internal Server Error in 18ms ActionView::MissingTemplate (Missing template confirmations/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:04:07 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Completed 500 Internal Server Error in 27ms ActionView::MissingTemplate (Missing template auth_eng/confirmations/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:05:03 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Completed 500 Internal Server Error in 25ms ActionView::MissingTemplate (Missing template /auth_eng/confirmations/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:05:08 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Completed 500 Internal Server Error in 24ms ActionView::MissingTemplate (Missing template confirmations/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:05:28 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:05:37 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:07:15 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:07:42 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__265717303045059178_70125801632600' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4496127838923353524__process_action__4179711430931273940__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1551739182843864271__call__3759076737980869354__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Connecting to database specified by database.yml Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:08:52 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1049139850585808839__process_action__2913859450466557287__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3934736840185362131__call__3036454600203987992__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:09:05 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:28:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1049139850585808839__process_action__2913859450466557287__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3934736840185362131__call__3036454600203987992__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-21 18:09:27 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aB03z+hwGE1KVCZjYv5hto/ighTxX0BQpb2UWD6LK2g=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"NJtXHakLp8D8B8LphWTh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__2578147036152368584_70159143339720' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1049139850585808839__process_action__2913859450466557287__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3934736840185362131__call__3036454600203987992__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-24 09:34:37 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.9ms) Completed 200 OK in 129ms (Views: 128.8ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /pages.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /jquery.js - 200 OK (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /application.js - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /pages.js - 200 OK (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:34:38 +0100 Served asset /application.css - 200 OK (2ms) Started GET "/users" for 127.0.0.1 at 2012-09-24 09:34:48 +0100 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/autheng/users" for 127.0.0.1 at 2012-09-24 09:34:55 +0100 ActionController::RoutingError (No route matches [GET] "/autheng/users"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 09:34:59 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 30ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:35:00 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2176878132956089758__call__397516167903426129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:39:27 +0100 ActionController::RoutingError (uninitialized constant AuthEng::SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2176878132956089758__call__397516167903426129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:41:29 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2176878132956089758__call__397516167903426129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:41:30 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2176878132956089758__call__397516167903426129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:41:31 +0100 ActionController::RoutingError (uninitialized constant SessionsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2176878132956089758__call__397516167903426129__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (2.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (55.8ms) Completed 200 OK in 159ms (Views: 63.3ms | ActiveRecord: 2.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (16.1ms) Completed 200 OK in 95ms (Views: 38.4ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /pages.css - 304 Not Modified (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /pages.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:41:52 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Connecting to database specified by database.yml Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (5.1ms) Sent mail to globo@ipn.pt (3594ms) Date: Mon, 24 Sep 2012 09:43:07 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <50601d1bbf04e_6dfa3fe9c1835adc1363@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=7hKpcQox5fDzPAgMZpVf" for 127.0.0.1 at 2012-09-24 09:43:28 +0100 ActionController::RoutingError (uninitialized constant ConfirmationsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/auth_eng/users/confirmation?confirmation_token=7hKpcQox5fDzPAgMZpVf" for 127.0.0.1 at 2012-09-24 09:43:34 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"7hKpcQox5fDzPAgMZpVf"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = '7hKpcQox5fDzPAgMZpVf' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 08:43:35.318030', "updated_at" = '2012-09-24 08:43:35.318869' WHERE "auth_eng_users"."id" = 2  (5.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 08:43:35.330494', "current_sign_in_at" = '2012-09-24 08:43:35.330494', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 08:43:35.331068' WHERE "auth_eng_users"."id" = 2  (2.6ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 74ms (ActiveRecord: 9.4ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.5ms) Completed 200 OK in 95ms (Views: 93.2ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /auth_eng/users.css - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /auth_eng/application.js - 200 OK (4ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /auth_eng/application.css - 200 OK (2ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 09:43:35 +0100 Served asset /auth_eng/users.js - 200 OK (2ms) Started GET "/" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:02 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"YBdx0hmvYNFA36qpHmyIkAiyUxXwUhaSQOWau3nfmbQ="} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 2 LIMIT 1 Redirected to http://localhost:3000/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 09:44:03 +0100 Served asset /application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"z2q4hMhaiPRSAoQEZDCnPr53HrxY7E50c9xndRnRABE="} Redirected to http://localhost:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 97ms (Views: 97.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 10:27:59 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.8ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (6.2ms) Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:28:04 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (0.5ms) Sent mail to globo@ipn.pt (3422ms) Date: Mon, 24 Sep 2012 10:28:16 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <506027b0395c0_6dfa3fe9c1835adc13738@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=2fMyyeMGFHdAhEkWXXdE" for 127.0.0.1 at 2012-09-24 10:29:12 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"2fMyyeMGFHdAhEkWXXdE"} AuthEng::User Load (0.4ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = '2fMyyeMGFHdAhEkWXXdE' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 09:29:12.050763', "updated_at" = '2012-09-24 09:29:12.051344' WHERE "auth_eng_users"."id" = 3  (2.9ms) commit transaction  (0.1ms) begin transaction  (0.6ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 09:29:12.056560', "current_sign_in_at" = '2012-09-24 09:29:12.056560', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 09:29:12.057203' WHERE "auth_eng_users"."id" = 3  (2.4ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 13ms (ActiveRecord: 6.7ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 10:29:12 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 3 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.4ms) Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:29:12 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:29:12 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (0.6ms) Sent mail to globo@ipn.pt (2670ms) Date: Mon, 24 Sep 2012 10:31:21 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <50602869c0f1e_6dfa3fe9c1835adc138fa@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=odab8zSxzCHjqg1Rq9a4" for 127.0.0.1 at 2012-09-24 10:31:45 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"odab8zSxzCHjqg1Rq9a4"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'odab8zSxzCHjqg1Rq9a4' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 09:31:45.753451', "updated_at" = '2012-09-24 09:31:45.754674' WHERE "auth_eng_users"."id" = 4  (2.7ms) commit transaction AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 3 LIMIT 1  (0.0ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 09:31:45.760885', "current_sign_in_at" = '2012-09-24 09:31:45.760885', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 09:31:45.761381' WHERE "auth_eng_users"."id" = 4  (2.4ms) commit transaction Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 54ms (ActiveRecord: 6.8ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-24 10:31:45 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 4 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.9ms) Completed 200 OK in 12ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:31:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:31:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 10:33:22 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"8W5SEqAqNm9iGEwIRI74s4ggrimm7Jcke9k4yzWOlRI="} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 4 LIMIT 1 Redirected to http://localhost:3000/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 10:33:23 +0100 Served asset /application.js - 304 Not Modified (0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (1.3ms) Sent mail to globo@ipn.pt (3413ms) Date: Mon, 24 Sep 2012 10:44:56 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <50602b98e6e0a_6dfa3fe9c1835adc13910@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 10:45:16 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.4ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template devise/confirmations/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:66:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:38:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:34:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__2548201925675992846__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (1.1ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 10:45:50 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 Completed 500 Internal Server Error in 154ms ActionView::MissingTemplate (Missing template auth_eng/confirmations/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:66:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:38:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:14:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:58:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:34:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__2548201925675992846__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (179.1ms) Completed 200 OK in 283ms (Views: 279.7ms | ActiveRecord: 0.3ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 10:46:30 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:33:02 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (7.6ms) Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:03 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:33:08 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (54.0ms) Completed 200 OK in 89ms (Views: 62.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:09 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (13.4ms) Completed 200 OK in 81ms (Views: 78.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:33:52 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (13.6ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (112.6ms) Completed 200 OK in 163ms (Views: 138.5ms | ActiveRecord: 13.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:27 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (7.6ms) Completed 200 OK in 57ms (Views: 13.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:35 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (9.2ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:34:41 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (9.3ms) Completed 200 OK in 173ms (Views: 84.6ms | ActiveRecord: 0.3ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:05 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:35:12 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (17.0ms) Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:13 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (23.8ms) Completed 200 OK in 46ms (Views: 35.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:35:18 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:35:46 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (28.1ms) Completed 500 Internal Server Error in 86ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__70390718130869753__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.2ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:39:50 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__70390718130869753__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:45:18 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/confirmations/new.html.erb within layouts/application (2.7ms) Completed 500 Internal Server Error in 226ms ActionView::Template::Error (undefined method `errors' for nil:NilClass): 1:

Resend confirmation instructions

2: 3: <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> 4: <%= devise_error_messages! %> 5: 6:
<%= f.label :email %>
7: <%= f.email_field :email %>
devise (2.1.2) app/helpers/devise_helper.rb:9:in `devise_error_messages!' devise (2.1.2) app/views/devise/confirmations/new.html.erb:4:in `block in ___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.8) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.8) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.7) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.7) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' devise (2.1.2) app/views/devise/confirmations/new.html.erb:3:in `___sers_gustavolobo__rvm_gems_ruby_______p____autheng_gems_devise_______app_views_devise_confirmations_new_html_erb__1509805533634664243_70267168879160' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__70390718130869753__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (20.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.5ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:45:32 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Completed 500 Internal Server Error in 105ms ActionView::MissingTemplate (Missing template devise/confirmations/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/gustavolobo/Projects/AuthEng/test/dummy/app/views" * "/Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views" * "/Users/gustavolobo/Projects/AuthEng/app/views" * "/Users/gustavolobo/Projects/AuthEng/test/dummy" * "/" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `block in determine_template' actionpack (3.2.8) lib/action_view/lookup_context.rb:130:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `with_fallbacks' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:28:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:27:in `update' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__163890582187834927__process_action__70390718130869753__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2400655077988050284__call__2479763714237482303__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:45:39 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.0ms) Completed 200 OK in 119ms (Views: 54.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:40 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (8.9ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:45:47 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (8.0ms) Completed 200 OK in 61ms (Views: 13.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:47:19 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:47:41 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (7.7ms) Completed 200 OK in 73ms (Views: 13.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:47:42 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.8ms) Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.2ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:13 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (19.0ms) Completed 200 OK in 61ms (Views: 28.2ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:48:39 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:48:40 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (12.6ms) Completed 200 OK in 188ms (Views: 21.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:23 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (13.5ms) Completed 200 OK in 93ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:49:36 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (12.9ms) Completed 200 OK in 58ms (Views: 21.7ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:08 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (9.5ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:12 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:50:31 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (7.8ms) Completed 200 OK in 38ms (Views: 15.7ms | ActiveRecord: 0.6ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:50:32 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (45.6ms) Completed 200 OK in 93ms (Views: 90.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:34 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (10.7ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:43 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:44 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (10.3ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:53:54 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:54:36 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.0ms) Completed 200 OK in 60ms (Views: 19.2ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:37 +0100 Served asset /application.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:54:45 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (16.3ms) Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:46 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:54:55 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267185137400 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:9) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.7ms) Completed 200 OK in 231ms (Views: 229.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:54:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267184443380 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:10) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (16.5ms) Completed 200 OK in 75ms (Views: 25.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:41 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267184443380 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:10) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (10.2ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:55:53 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} DEPRECATION WARNING: The :value option is deprecated in favour of `:input_html => { :value => '...'}` and will be removed in the next version. (called from block (2 levels) in ___sers_gustavolobo__rojects__uth_ng_app_views_auth_eng_confirmations_show_html_haml__2238916099321075319_70267184443380 at /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml:10) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (13.4ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:56:02 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:57:11 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.4ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:12 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:57:31 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (78.3ms) Completed 200 OK in 122ms (Views: 121.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:32 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Save User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (44.7ms) Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:57:36 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=BVymELwsp3PqbtXFusgh" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"BVymELwsp3PqbtXFusgh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (16.8ms) Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:15 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (12.0ms) Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:58:21 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (29.1ms) Completed 200 OK in 66ms (Views: 35.0ms | ActiveRecord: 0.5ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 11:59:30 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (17.9ms) Completed 200 OK in 136ms (Views: 26.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:00:10 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 12:01:02 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.3ms) Completed 200 OK in 43ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:03 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 12:01:18 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (13.3ms) Completed 200 OK in 96ms (Views: 51.4ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:19 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (10.2ms) Completed 200 OK in 233ms (Views: 17.9ms | ActiveRecord: 0.9ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:49 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 12:01:54 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"BVymELwsp3PqbtXFusgh"}, "commit"=>"Update User"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'BVymELwsp3PqbtXFusgh' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "encrypted_password" = '$2a$10$e/Cs52dG0VMrOoWJe2h4duRuP4TgEjTelIi/uPrqNv8VbYk7PgLGe', "updated_at" = '2012-09-24 11:01:55.025568' WHERE "auth_eng_users"."id" = 5  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 11:01:55.104163', "updated_at" = '2012-09-24 11:01:55.104882' WHERE "auth_eng_users"."id" = 5  (3.0ms) commit transaction  (0.0ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 11:01:55.110118', "current_sign_in_at" = '2012-09-24 11:01:55.110118', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 11:01:55.110570' WHERE "auth_eng_users"."id" = 5  (2.5ms) commit transaction Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 201ms (ActiveRecord: 9.6ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-24 12:01:55 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.7ms) Compiled auth_eng/users.css (36ms) (pid 28153) Compiled auth_eng/application.css (1ms) (pid 28153) Completed 200 OK in 448ms (Views: 445.8ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:55 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:01:55 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-24 12:02:01 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.1ms) Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:02 +0100 Served asset /application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"EMGK4AQd2X6/SvgHaX2Y78dYpHYlX3bCN3ZsaLVTYy4="} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 50ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:03 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at 2012-09-24 12:02:06 +0100 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (26.3ms) Completed 200 OK in 91ms (Views: 89.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 12:02:12 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 12:02:23 +0100 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"u6p8+l2q3dtnHBU4jh1pGUsiXOcBih5eKaN+F2DXgfM=", "user"=>{"email"=>"globo@ipn.pt", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'globo@ipn.pt' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "current_sign_in_at" = '2012-09-24 11:02:23.631436', "sign_in_count" = 2, "updated_at" = '2012-09-24 11:02:23.632038' WHERE "auth_eng_users"."id" = 5  (74.0ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 167ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 12:02:23 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.7ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 12:02:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.4ms) Completed 200 OK in 269ms (Views: 268.7ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /pages.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /jquery.js - 200 OK (5ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /pages.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /application.js - 200 OK (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /application.css - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 14:20:34 +0100 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 14:20:39 +0100 ActionController::RoutingError (No route matches [GET] "/auth_eng/user/confirmation"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 14:20:42 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 40ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 14:20:42 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (2.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (11.1ms) Completed 200 OK in 112ms (Views: 17.5ms | ActiveRecord: 2.7ms) Started GET "/auth_eng/users/password/new" for 127.0.0.1 at 2012-09-24 14:20:47 +0100 ActionController::RoutingError (uninitialized constant PasswordsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__830968904542466029__call__4098060003012587674__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-09-24 15:35:08 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.6ms) Completed 200 OK in 143ms (Views: 142.8ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /pages.css - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /jquery_ujs.js - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /jquery.js - 200 OK (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /application.css - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /application.js - 200 OK (4ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:09 +0100 Served asset /pages.js - 200 OK (1ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 15:35:12 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"nUZix5mnwnfW3piIp29u3dUCxV+id2/aGo9Z8YgoPYc="} Redirected to http://localhost:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-09-24 15:35:12 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 15:35:22 +0100 ActionController::RoutingError (No route matches [GET] "/auth_eng/user/confirmation"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:35:25 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:35:25 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (2.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (11.0ms) Completed 200 OK in 97ms (Views: 16.8ms | ActiveRecord: 21.7ms) Started GET "/auth_eng/users/password/new" for 127.0.0.1 at 2012-09-24 15:35:27 +0100 ActionController::RoutingError (uninitialized constant PasswordsController): activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2914246764847953360__call__3232969354814142776__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/auth_eng/users/password/new" for 127.0.0.1 at 2012-09-24 15:35:57 +0100 Processing by Devise::PasswordsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/passwords/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 47ms (Views: 10.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:35:58 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started POST "/auth_eng/users/password" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U=", "user"=>{"email"=>"gustavolobo90@gmail.com"}, "commit"=>"Send me reset password instructions"} AuthEng::User Load (7.6ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1 Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/passwords/new.html.erb within layouts/application (4.5ms) Completed 200 OK in 79ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:09 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/password" for 127.0.0.1 at 2012-09-24 15:36:17 +0100 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U=", "user"=>{"email"=>"globo@ipn.pt"}, "commit"=>"Send me reset password instructions"} AuthEng::User Load (0.8ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'globo@ipn.pt' LIMIT 1 AuthEng::User Load (1.7ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."reset_password_token" = '5qbsKKDGEUvsMdpyfWG6' LIMIT 1  (0.1ms) begin transaction  (0.6ms) UPDATE "auth_eng_users" SET "reset_password_token" = '5qbsKKDGEUvsMdpyfWG6', "reset_password_sent_at" = '2012-09-24 14:36:17.455048', "updated_at" = '2012-09-24 14:36:17.456227' WHERE "auth_eng_users"."id" = 5  (3.5ms) commit transaction Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/reset_password_instructions.html.erb (0.9ms) Sent mail to globo@ipn.pt (3767ms) Date: Mon, 24 Sep 2012 15:36:18 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <50606fe23bd38_3db3ffa909db3d49868c@Gustavos-MacBook-Pro.local.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hello globo@ipn.pt!

Someone has requested a link to change your password, and you can do this through the link below.

Change my password

If you didn't request this, please ignore this email.

Your password won't change until you access the link above and create a new one.

Redirected to http://localhost:3000/auth_eng/users/login Completed 302 Found in 4555ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.1ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:22 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/auth_eng/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/passwords/edit.html.erb within layouts/application (5.2ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:42 +0100 Served asset /application.css - 304 Not Modified (0ms) Started PUT "/auth_eng/users/password" for 127.0.0.1 at 2012-09-24 15:36:50 +0100 Processing by Devise::PasswordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U=", "user"=>{"reset_password_token"=>"[FILTERED]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change my password"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."reset_password_token" = '5qbsKKDGEUvsMdpyfWG6' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "encrypted_password" = '$2a$10$vbJhjhSqvMg12jWjZJ1Mueh2PFVSl1xMk2s1K511Eyb2j3I3ysdyO', "reset_password_token" = NULL, "reset_password_sent_at" = NULL, "updated_at" = '2012-09-24 14:36:50.965612' WHERE "auth_eng_users"."id" = 5  (55.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 11:02:23.631436', "current_sign_in_at" = '2012-09-24 14:36:51.023581', "sign_in_count" = 3, "updated_at" = '2012-09-24 14:36:51.024263' WHERE "auth_eng_users"."id" = 5  (2.7ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 154ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (3.9ms) Compiled auth_eng/users.css (0ms) (pid 987) Compiled auth_eng/application.css (1ms) (pid 987) Completed 200 OK in 194ms (Views: 191.9ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /auth_eng/application.js - 200 OK (5ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /auth_eng/users.css - 200 OK (2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /auth_eng/application.css - 200 OK (3ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:36:51 +0100 Served asset /auth_eng/users.js - 200 OK (3ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:22 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.1ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.5ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/new" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Processing by AuthEng::UsersController#new as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (5.5ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (29.6ms) Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 0.2ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:46 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:37:55 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90"}, "commit"=>"Create User"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90' LIMIT 1  (0.1ms) rollback transaction Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/_form.html.erb (2.8ms) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/new.html.erb within layouts/auth_eng/application (4.0ms) Completed 200 OK in 144ms (Views: 8.6ms | ActiveRecord: 0.6ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:37:56 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started POST "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:38:01 +0100 Processing by AuthEng::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U=", "user"=>{"name"=>"Gustavo Lobo", "email"=>"gustavolobo90@gmail.com"}, "commit"=>"Create User"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1  (0.1ms) begin transaction AuthEng::User Exists (0.2ms) SELECT 1 AS one FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'gustavolobo90@gmail.com' LIMIT 1 AuthEng::User Load (52.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'E5kFAy1Up8FnYJLxixkF' LIMIT 1 SQL (9.2ms) INSERT INTO "auth_eng_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "name", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Mon, 24 Sep 2012 14:38:01 UTC +00:00], ["confirmation_token", "E5kFAy1Up8FnYJLxixkF"], ["confirmed_at", nil], ["created_at", Mon, 24 Sep 2012 14:38:01 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "gustavolobo90@gmail.com"], ["encrypted_password", ""], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["name", "Gustavo Lobo"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Mon, 24 Sep 2012 14:38:01 UTC +00:00]] Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (1.5ms) Sent mail to gustavolobo90@gmail.com (2398ms) Date: Mon, 24 Sep 2012 15:38:01 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: gustavolobo90@gmail.com Message-ID: <5060704967438_3db3ffa92853244987f9@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome gustavolobo90@gmail.com!

You can confirm your account email through the link below:

Confirm my account

 (53.8ms) commit transaction Redirected to http://localhost:3000/auth_eng/users/6 Completed 302 Found in 2575ms (ActiveRecord: 115.6ms) Started GET "/auth_eng/users/6" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"6"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (1.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:03 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/logout" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"P8AH6eHygUBMI+Oj2A3RqS/1k6wBgaR35hneOtrMq8U="} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 81ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:38:47 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Processing by PagesController#home as HTML Rendered pages/home.html.erb within layouts/application (0.0ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:25 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:47 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started POST "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"email"=>"globo@ipn.pt", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."email" = 'globo@ipn.pt' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 14:36:51.023581', "current_sign_in_at" = '2012-09-24 14:40:55.241735', "sign_in_count" = 4, "updated_at" = '2012-09-24 14:40:55.242326' WHERE "auth_eng_users"."id" = 5  (48.4ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 138ms (ActiveRecord: 0.0ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:40:55 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129) Migrating to CreateDelayedJobs (20120924144533)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924144533')  (3.4ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.1ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (54.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.1ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921165129')  (3.3ms) commit transaction Migrating to CreateDelayedJobs (20120924144533)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924144533')  (3.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml Connecting to database specified by database.yml Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (6.0ms) Sent mail to globo@ipn.pt (2837ms) Date: Mon, 24 Sep 2012 15:46:11 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <5060723312a9a_41e3fca49435adc6588d@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=3m3c8yVWZkiJoRDyYYuF" for 127.0.0.1 at 2012-09-24 15:46:33 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"3m3c8yVWZkiJoRDyYYuF"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:48:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:33:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1410993684440534148__process_action__4419666914016918592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1439496134483783947__call__1930789298489739741__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) Started GET "/auth_eng/users/confirmation?confirmation_token=3m3c8yVWZkiJoRDyYYuF" for 127.0.0.1 at 2012-09-24 15:48:10 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"3m3c8yVWZkiJoRDyYYuF"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = '3m3c8yVWZkiJoRDyYYuF' LIMIT 1 Completed 500 Internal Server Error in 33ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:56:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:36:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:51:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:20:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:20:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:51:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:34:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1410993684440534148__process_action__4419666914016918592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1439496134483783947__call__1930789298489739741__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=3m3c8yVWZkiJoRDyYYuF" for 127.0.0.1 at 2012-09-24 15:48:12 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"3m3c8yVWZkiJoRDyYYuF"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = '3m3c8yVWZkiJoRDyYYuF' LIMIT 1 Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `[]' for nil:NilClass): /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:56:in `do_show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:36:in `block in show' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:51:in `block in with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:20:in `block in only_if_unconfirmed' devise (2.1.2) lib/devise/models/confirmable.rb:162:in `pending_any_confirmation' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:20:in `only_if_unconfirmed' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:51:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:34:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1410993684440534148__process_action__4419666914016918592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1439496134483783947__call__1930789298489739741__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (28.7ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.3ms) Started GET "/auth_eng/users/confirmation?confirmation_token=3m3c8yVWZkiJoRDyYYuF" for 127.0.0.1 at 2012-09-24 15:48:37 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"3m3c8yVWZkiJoRDyYYuF"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = '3m3c8yVWZkiJoRDyYYuF' LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (151.7ms) Completed 200 OK in 259ms (Views: 236.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /pages.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /pages.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:38 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"3m3c8yVWZkiJoRDyYYuF"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (12.2ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:44 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>""}, "commit"=>"Create User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (8.8ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:48:50 +0100 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (49.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921165129')  (3.4ms) commit transaction Migrating to CreateDelayedJobs (20120924144533)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924144533')  (3.2ms) commit transaction  (0.5ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (26.8ms) Sent mail to globo@ipn.pt (3200ms) Date: Mon, 24 Sep 2012 15:49:39 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <50607303c7958_42a3fd5ed435adc437f3@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=aux8gcCTA36yVfrYUSYh" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"aux8gcCTA36yVfrYUSYh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'aux8gcCTA36yVfrYUSYh' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 14:51:00.266703', "updated_at" = '2012-09-24 14:51:00.267613' WHERE "auth_eng_users"."id" = 1  (2.8ms) commit transaction AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 5 LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 14:51:00.278722', "current_sign_in_at" = '2012-09-24 14:51:00.278722', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 14:51:00.279533' WHERE "auth_eng_users"."id" = 1  (2.3ms) commit transaction Redirected to http://localhost:3000/auth_eng/ Completed 302 Found in 79ms (ActiveRecord: 7.0ms) Started GET "/auth_eng/" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users"  Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.8ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.4ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /auth_eng/application.css - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /auth_eng/users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /auth_eng/users.js - 304 Not Modified (3ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:00 +0100 Served asset /auth_eng/application.js - 304 Not Modified (7ms) Started DELETE "/auth_eng/users/1" for 127.0.0.1 at 2012-09-24 15:51:04 +0100 Processing by AuthEng::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "id"=>"1"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? [["id", 1]]  (52.8ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 59ms (ActiveRecord: 53.8ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:51:04 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:51:04 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (33.9ms) Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:51:05 +0100 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (4.6ms) Sent mail to globo@ipn.pt (3249ms) Date: Mon, 24 Sep 2012 15:53:55 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <506074033d825_4e73ff330c35ad81650@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (54.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120921165129')  (3.4ms) commit transaction Migrating to CreateDelayedJobs (20120924144533)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924144533')  (3.5ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (4.5ms) Sent mail to globo@ipn.pt (2476ms) Date: Mon, 24 Sep 2012 15:56:58 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <506074ba8dbd5_4f63fec75035ad8917a7@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Processing by AuthEng::UsersController#index as HTML Completed 401 Unauthorized in 13ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (6.8ms) Completed 200 OK in 58ms (Views: 43.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:18 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=Gz9x4EPVxGVJRfPQPZ6T" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"Gz9x4EPVxGVJRfPQPZ6T"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'Gz9x4EPVxGVJRfPQPZ6T' LIMIT 1  (0.0ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 14:57:33.046579', "updated_at" = '2012-09-24 14:57:33.047272' WHERE "auth_eng_users"."id" = 1  (2.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 14:57:33.051999', "current_sign_in_at" = '2012-09-24 14:57:33.051999', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 14:57:33.052593' WHERE "auth_eng_users"."id" = 1  (2.6ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 13ms (ActiveRecord: 6.4ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.3ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:33 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started DELETE "/auth_eng/users/1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Processing by AuthEng::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "id"=>"1"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? [["id", 1]]  (49.9ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 55ms (ActiveRecord: 50.7ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (3.1ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 15:57:35 +0100 Served asset /pages.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120921165129) Migrating to CreateDelayedJobs (20120924144533)  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.1ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (74.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) PRAGMA index_list("schema_migrations")  (3.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120924150231)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150231')  (3.1ms) commit transaction Migrating to CreateDelayedJobs (20120924150232)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150232')  (3.2ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml SQLite3::SQLException: no such column: auth_eng_users.deleted_at: SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'QR61wQhfVxZyqbhdysis' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (48.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120924150434)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "deleted_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("auth_eng_users")  (0.4ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.1ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150434')  (3.3ms) commit transaction Migrating to CreateDelayedJobs (20120924150435)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150435')  (3.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml Binary data inserted for `string` type on column `encrypted_password` Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (5.1ms) Sent mail to globo@ipn.pt (2730ms) Date: Mon, 24 Sep 2012 16:04:45 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <5060768df3a4_5243fdd4e035adc767e@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

Started GET "/auth_eng/users/confirmation?confirmation_token=pZ6C2WfSscwJp46PcNhh" for 127.0.0.1 at 2012-09-24 16:05:04 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"pZ6C2WfSscwJp46PcNhh"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `acts_as_paranoid' for #): activerecord (3.2.8) lib/active_record/dynamic_matchers.rb:50:in `method_missing' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:13:in `' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:2:in `' /Users/gustavolobo/Projects/AuthEng/app/models/auth_eng/user.rb:1:in `' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.8) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.8) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:49:in `with_unconfirmed_confirmable' /Users/gustavolobo/Projects/AuthEng/app/controllers/auth_eng/confirmations_controller.rb:34:in `show' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__1410993684440534148__process_action__4419666914016918592__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.8) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1439496134483783947__call__1930789298489739741__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/gustavolobo/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Connecting to database specified by database.yml Started GET "/auth_eng/users/confirmation?confirmation_token=pZ6C2WfSscwJp46PcNhh" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"pZ6C2WfSscwJp46PcNhh"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'pZ6C2WfSscwJp46PcNhh' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 15:05:47.404427', "updated_at" = '2012-09-24 15:05:47.405166' WHERE "auth_eng_users"."id" = 1  (3.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 15:05:47.419353', "current_sign_in_at" = '2012-09-24 15:05:47.419353', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 15:05:47.420153' WHERE "auth_eng_users"."id" = 1  (4.6ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 67ms (ActiveRecord: 30.7ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE ("auth_eng_users"."deleted_at" IS NULL) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (2.5ms) Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /auth_eng/application.css - 304 Not Modified (4ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /auth_eng/users.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /auth_eng/application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:47 +0100 Served asset /auth_eng/users.js - 304 Not Modified (3ms) Started DELETE "/auth_eng/users/1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Processing by AuthEng::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "id"=>"1"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "auth_eng_users" SET deleted_at = '2012-09-24 15:05:55.200459' WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL)  (48.5ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 55ms (ActiveRecord: 49.3ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 Completed 401 Unauthorized in 1ms Started GET "/auth_eng/users/login" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Processing by Devise::SessionsController#new as HTML Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/shared/_links.erb (1.6ms) Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/sessions/new.html.erb within layouts/application (8.1ms) Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /pages.js - 304 Not Modified (1ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /pages.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:05:55 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to DeviseCreateAuthEngUsers (20120924150434)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "auth_eng_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "deleted_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("auth_eng_users")  (0.3ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_email" ON "auth_eng_users" ("email")  (0.1ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_reset_password_token" ON "auth_eng_users" ("reset_password_token")  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_auth_eng_users_on_confirmation_token" ON "auth_eng_users" ("confirmation_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150434')  (4.5ms) commit transaction Migrating to CreateDelayedJobs (20120924150435)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924150435')  (3.1ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("auth_eng_users")  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_confirmation_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_auth_eng_users_on_email')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQL (56.5ms) UPDATE "delayed_jobs" SET locked_at = '2012-09-24 15:11:31.905957', locked_by = 'host:Gustavos-MacBook-Pro.local pid:1353' WHERE (id = 1 and (locked_at is null or locked_at < '2012-09-24 11:11:31.905957') and (run_at <= '2012-09-24 15:11:31.905957')) AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/gustavolobo/.rvm/gems/ruby-1.9.3-p125@autheng/gems/devise-2.1.2/app/views/devise/mailer/confirmation_instructions.html.erb (4.5ms) Sent mail to globo@ipn.pt (3689ms) Date: Mon, 24 Sep 2012 16:11:32 +0100 From: please-change-me-at-config-initializers-devise@example.com Reply-To: please-change-me-at-config-initializers-devise@example.com To: globo@ipn.pt Message-ID: <5060782430e59_5493fc555035ad473919@Gustavos-MacBook-Pro.local.mail> Subject: Confirmation instructions Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Welcome globo@ipn.pt!

You can confirm your account email through the link below:

Confirm my account

 (0.1ms) begin transaction SQL (1.8ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]  (49.2ms) commit transaction Started GET "/auth_eng/users/confirmation?confirmation_token=SShu9toHDbZyZhXFPw1s" for 127.0.0.1 at 2012-09-24 16:11:53 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"SShu9toHDbZyZhXFPw1s"} AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'SShu9toHDbZyZhXFPw1s' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (56.0ms) Completed 200 OK in 127ms (Views: 76.4ms | ActiveRecord: 24.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /pages.css - 304 Not Modified (2ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /pages.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:54 +0100 Served asset /jquery.js - 304 Not Modified (2ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"SShu9toHDbZyZhXFPw1s"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (10.8ms) Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:11:58 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=SShu9toHDbZyZhXFPw1s" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"SShu9toHDbZyZhXFPw1s"} AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'SShu9toHDbZyZhXFPw1s' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (92.9ms) Completed 200 OK in 105ms (Views: 102.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:16 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"SShu9toHDbZyZhXFPw1s"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (12.7ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:17 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/auth_eng/users/confirmation?confirmation_token=SShu9toHDbZyZhXFPw1s" for 127.0.0.1 at 2012-09-24 16:12:44 +0100 Processing by AuthEng::ConfirmationsController#show as HTML Parameters: {"confirmation_token"=>"SShu9toHDbZyZhXFPw1s"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'SShu9toHDbZyZhXFPw1s' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (9.8ms) Completed 200 OK in 71ms (Views: 15.6ms | ActiveRecord: 0.7ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:45 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 16:12:46 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"SShu9toHDbZyZhXFPw1s"}, "commit"=>"Update User"} Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (11.8ms) Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:12:47 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"SShu9toHDbZyZhXFPw1s"}, "commit"=>"Update User"} AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'SShu9toHDbZyZhXFPw1s' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/confirmations/show.html.haml within layouts/application (8.8ms) Completed 200 OK in 42ms (Views: 14.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /pages.js - 304 Not Modified (0ms) Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /pages.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:23 +0100 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/auth_eng/user/confirmation" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Processing by AuthEng::ConfirmationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2yletULazUcC6V+WZca+rPaPZYUqDSH4LHhGf+Ayp9I=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirmation_token"=>"SShu9toHDbZyZhXFPw1s"}, "commit"=>"Update User"} AuthEng::User Load (0.4ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."confirmation_token" = 'SShu9toHDbZyZhXFPw1s' AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "auth_eng_users" SET "encrypted_password" = '$2a$10$6LuHqm5fdhKDqPVN1.AWoOsf99LXlbSEPEeqpC7DjVQTjfO4TMcei', "updated_at" = '2012-09-24 15:13:28.282418' WHERE "auth_eng_users"."id" = 1  (58.5ms) commit transaction  (0.1ms) begin transaction  (0.5ms) UPDATE "auth_eng_users" SET "confirmation_token" = NULL, "confirmed_at" = '2012-09-24 15:13:28.347360', "updated_at" = '2012-09-24 15:13:28.348269' WHERE "auth_eng_users"."id" = 1  (3.5ms) commit transaction  (0.1ms) begin transaction  (0.6ms) UPDATE "auth_eng_users" SET "last_sign_in_at" = '2012-09-24 15:13:28.354402', "current_sign_in_at" = '2012-09-24 15:13:28.354402', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-24 15:13:28.355070' WHERE "auth_eng_users"."id" = 1  (2.8ms) commit transaction Redirected to http://localhost:3000/auth_eng/users Completed 302 Found in 169ms (ActiveRecord: 66.7ms) Started GET "/auth_eng/users" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Processing by AuthEng::UsersController#index as HTML AuthEng::User Load (0.2ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 AuthEng::User Load (0.1ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE ("auth_eng_users"."deleted_at" IS NULL) Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/index.html.erb within layouts/auth_eng/application (1.8ms) Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.3ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /auth_eng/application.css - 304 Not Modified (4ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /auth_eng/users.css - 304 Not Modified (5ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /auth_eng/users.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:13:28 +0100 Served asset /auth_eng/application.js - 304 Not Modified (5ms) Started GET "/auth_eng/users/1" for 127.0.0.1 at 2012-09-24 16:47:49 +0100 Processing by AuthEng::UsersController#show as HTML Parameters: {"id"=>"1"} AuthEng::User Load (0.5ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = 1 AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 AuthEng::User Load (0.3ms) SELECT "auth_eng_users".* FROM "auth_eng_users" WHERE "auth_eng_users"."id" = ? AND ("auth_eng_users"."deleted_at" IS NULL) LIMIT 1 [["id", "1"]] Rendered /Users/gustavolobo/Projects/AuthEng/app/views/auth_eng/users/show.html.erb within layouts/auth_eng/application (2.7ms) Completed 200 OK in 80ms (Views: 75.6ms | ActiveRecord: 0.7ms) Started GET "/assets/auth_eng/users.js?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /auth_eng/users.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.js?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /auth_eng/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/auth_eng/users.css?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /auth_eng/users.css - 304 Not Modified (0ms) Started GET "/assets/auth_eng/application.css?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /auth_eng/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-24 16:47:50 +0100 Served asset /jquery.js - 304 Not Modified (0ms) SQL (0.5ms) UPDATE "delayed_jobs" SET locked_by = null, locked_at = null WHERE (locked_by = 'host:Gustavos-MacBook-Pro.local pid:1353')