Connecting to database specified by database.yml  (350.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (123.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAsUserUsers (20121213033825)  (0.1ms) BEGIN  (164.6ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying(255), "name" character varying(100), "password_digest" character varying(60), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (31.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121213033825')  (29.9ms) COMMIT Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAsUserUsers (20121213033825)  (0.2ms) BEGIN  (45.8ms) DROP INDEX "index_users_on_email"  (2.6ms) DROP TABLE "users"  (19.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20121213033825'  (16.1ms) COMMIT  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAsUserUsers (20121213033825)  (0.2ms) BEGIN  (81.9ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying(255), "name" character varying(100), "password_digest" character varying(60), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (40.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121213033825')  (15.7ms) COMMIT  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateAsUserUsers (20121213033825)  (0.2ms) BEGIN  (20.7ms) DROP INDEX "index_users_on_email"  (2.2ms) DROP TABLE "users"  (0.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20121213033825'  (15.0ms) COMMIT  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAsUserUsers (20121213033825)  (0.2ms) BEGIN  (112.8ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying(255) NOT NULL, "name" character varying(100), "password_digest" character varying(60), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (50.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121213033825')  (14.4ms) COMMIT  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (5.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (5022.7ms) DROP DATABASE IF EXISTS "dummy_test" PG::Error: ERROR: database "dummy_test" is being accessed by other users DETAIL: There are 1 other session(s) using the database. : DROP DATABASE IF EXISTS "dummy_test" Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-17 16:10:09 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.1ms) Started GET "/users/" for 127.0.0.1 at 2012-12-17 16:10:13 +0800 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:10:19 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (3.8ms) Compiled as_user/application.css (1ms) (pid 11910) Compiled jquery.js (3ms) (pid 11910) Compiled jquery_ujs.js (0ms) (pid 11910) Compiled as_user/application.js (25ms) (pid 11910) Completed 200 OK in 165ms (Views: 139.6ms | ActiveRecord: 13.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:10:19 +0800 Served asset /as_user/application.css - 200 OK (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:10:20 +0800 Served asset /jquery.js - 200 OK (39ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:10:20 +0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:10:20 +0800 Served asset /as_user/application.js - 200 OK (14ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:14:36 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:14:36 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:36 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:36 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:14:47 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.3ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:14:47 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:47 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:14:47 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:15 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (2.3ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:15 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:15 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:15 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 10ms (Views: 7.2ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:18 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:19 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:19 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:19 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:19 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:33 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.3ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:33 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:33 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:33 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:33 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:15:54 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.9ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:15:54 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:54 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:15:54 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:16:09 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:16:09 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:16:09 +0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:16:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:16:09 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-17 16:19:42 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:19:42 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:42 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:42 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-17 16:19:54 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (47.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (3.2ms) Completed 200 OK in 64ms (Views: 13.3ms | ActiveRecord: 48.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:19:54 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:55 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:19:55 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-17 16:20:22 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 16:20:22 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 16:20:22 +0800 Served asset /as_user/application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 16:20:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 16:20:22 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-17 17:23:52 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.3ms) Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:23:52 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:23:52 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:23:52 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:23:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-17 17:28:52 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (15.6ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (25.9ms) Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 1.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:28:52 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:28:52 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:28:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:28:52 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-17 17:31:47 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (5.5ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (7.2ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:31:47 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:31:47 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:31:47 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:31:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-17 17:36:35 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (9.7ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (14.8ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:36:35 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:36:35 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:36:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:36:35 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-17 17:52:43 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.7ms) Completed 200 OK in 26ms (Views: 7.7ms | ActiveRecord: 4.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:52:43 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:43 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:43 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-17 17:52:46 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (21.7ms) Completed 200 OK in 37ms (Views: 26.7ms | ActiveRecord: 8.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-17 17:52:46 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:46 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-17 17:52:46 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 11:54:23 +0800 Connecting to database specified by database.yml Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (11.1ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (18.4ms) Completed 200 OK in 419ms (Views: 397.7ms | ActiveRecord: 9.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 11:54:24 +0800 Served asset /as_user/application.css - 304 Not Modified (41ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 11:54:24 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 11:54:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 11:54:24 +0800 Served asset /as_user/application.js - 304 Not Modified (9ms) Started GET "/" for 127.0.0.1 at 2012-12-18 11:59:45 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2012-12-18 13:04:28 +0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at 2012-12-18 13:05:49 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.2ms) Started GET "/users/" for 127.0.0.1 at 2012-12-18 13:05:58 +0800 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/users/" for 127.0.0.1 at 2012-12-18 13:06:48 +0800 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/users/" for 127.0.0.1 at 2012-12-18 13:06:50 +0800 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-18 13:06:57 +0800 Processing by AsUser::UsersController#index as HTML User Load (26.9ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 72ms (Views: 21.2ms | ActiveRecord: 36.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:06:57 +0800 Served asset /as_user/application.css - 304 Not Modified (9ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:06:57 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:06:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:06:57 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:07:09 +0800 ActionController::RoutingError (uninitialized constant AsUser::AboutController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:08:33 +0800 ActionController::RoutingError (uninitialized constant AsUser::AboutController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:08:36 +0800 ActionController::RoutingError (uninitialized constant AsUser::AboutController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:09:01 +0800 ActionController::RoutingError (uninitialized constant AsUser::AboutController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:09:12 +0800 Processing by AsUser::AboutsController#index as HTML Completed 500 Internal Server Error in 36ms ActionView::MissingTemplate (Missing template as_user/abouts/index, as_user/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/as/scripts/as_user/test/dummy/app/views" * "/home/as/scripts/as_user/app/views" ): actionpack (3.2.9) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.9) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__1116382787555567207__process_action__4049364841568515891__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:11:23 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.4ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:11:23 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:23 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:23 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:11:59 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:11:59 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:59 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:59 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:11:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:12:05 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:12:05 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:05 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:05 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:12:20 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:12:20 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:20 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:20 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/abouts" for 127.0.0.1 at 2012-12-18 13:12:31 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/abouts"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:12:46 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:12:58 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:12:58 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:58 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:12:58 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/about" for 127.0.0.1 at 2012-12-18 13:13:01 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/about"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/about/index" for 127.0.0.1 at 2012-12-18 13:13:05 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/about/index"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:13:08 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/abouts/index" for 127.0.0.1 at 2012-12-18 13:13:24 +0800 ActionController::RoutingError (No route matches [GET] "/abouts/index"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/abouts/index" for 127.0.0.1 at 2012-12-18 13:14:45 +0800 ActionController::RoutingError (No route matches [GET] "/abouts/index"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/abouts" for 127.0.0.1 at 2012-12-18 13:15:31 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/abouts"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:15:34 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:15:36 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:15:47 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:15:47 +0800 Served asset /as_user/application.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:15:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:15:47 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:15:47 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/abouts/index.html.erb" for 127.0.0.1 at 2012-12-18 13:16:08 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/abouts/index.html.erb"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/abouts/index.html" for 127.0.0.1 at 2012-12-18 13:16:11 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:16:13 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:16:20 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:17:08 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/manual" for 127.0.0.1 at 2012-12-18 13:17:12 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/abouts/manual" for 127.0.0.1 at 2012-12-18 13:17:14 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/abouts/manual" for 127.0.0.1 at 2012-12-18 13:17:15 +0800 ActionController::RoutingError (uninitialized constant AboutsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/abouts/" for 127.0.0.1 at 2012-12-18 13:18:54 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/abouts"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/abouts/index" for 127.0.0.1 at 2012-12-18 13:18:57 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:18:57 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:18:57 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:18:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:18:57 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 13:26:37 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 13:26:37 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 13:26:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 13:26:37 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 13:26:37 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 14:19:54 +0800 AbstractController::ActionNotFound (The action 'new' could not be found for AsUser::SessionsController): actionpack (3.2.9) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 14:20:18 +0800 Processing by AsUser::SessionsController#new as HTML Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template as_user/sessions/new, as_user/application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/as/scripts/as_user/test/dummy/app/views" * "/home/as/scripts/as_user/app/views" ): actionpack (3.2.9) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.9) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__43177058160571632__process_action__190391041577029293__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 14:20:19 +0800 Processing by AsUser::SessionsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template as_user/sessions/new, as_user/application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/home/as/scripts/as_user/test/dummy/app/views" * "/home/as/scripts/as_user/app/views" ): actionpack (3.2.9) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.9) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__43177058160571632__process_action__190391041577029293__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4550862026888611352__call__791542342641414855__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 14:20:59 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 14:21:00 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 14:21:00 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 14:21:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 14:21:00 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 14:33:46 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (16.4ms) Completed 200 OK in 25ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 14:33:46 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 14:33:46 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 14:33:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 14:33:46 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:18:09 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.9ms) Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:18:09 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:09 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:09 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:18:14 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.6ms) Completed 200 OK in 34ms (Views: 8.4ms | ActiveRecord: 4.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:18:14 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:14 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:18:14 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:24:44 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/sessions"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:24:49 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (2.6ms) Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:24:49 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:49 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:49 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:49 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:24:51 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (2.1ms) Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:24:51 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:51 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:51 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:24:55 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.9ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:24:56 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:56 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:24:56 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 15:25:06 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (6.4ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (11.5ms) Completed 200 OK in 36ms (Views: 21.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:25:06 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:06 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:06 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 15:25:16 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (4.0ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (5.4ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:25:16 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:16 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:17 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 15:25:41 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (5.9ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (7.3ms) Completed 200 OK in 66ms (Views: 65.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:25:41 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:41 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:41 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 15:25:43 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (3.8ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (4.9ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:25:43 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:43 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:25:43 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started POST "/as_user/users" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Processing by AsUser::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"email"=>"as181920@hotmail.com", "name"=>"Andersen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.2ms) BEGIN User Exists (30.7ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('as181920@hotmail.com') LIMIT 1 SQL (43.5ms) INSERT INTO "users" ("created_at", "email", "name", "password_digest", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Dec 2012 07:26:02 UTC +00:00], ["email", "as181920@hotmail.com"], ["name", "Andersen"], ["password_digest", "$2a$10$1UdoQv06fP907TZJKhcdi.2zpvcncARkbZCqgu0bdCCAwIajIwO.S"], ["updated_at", Tue, 18 Dec 2012 07:26:02 UTC +00:00]]  (17.9ms) COMMIT Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 324ms (ActiveRecord: 92.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.5ms) Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:02 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:26:10 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.9ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:26:10 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:10 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:10 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:26:14 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 161ms (Views: 7.5ms | ActiveRecord: 1.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:26:15 +0800 Served asset /as_user/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:15 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:15 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:26:21 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 171ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:26:21 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:26:22 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:22 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:22 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:26:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 15:32:05 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (6.9ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (8.2ms) Completed 200 OK in 31ms (Views: 15.7ms | ActiveRecord: 3.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:05 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:05 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:05 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/users" for 127.0.0.1 at 2012-12-18 15:32:13 +0800 Processing by AsUser::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"email"=>"as181920@hotmail.com", "name"=>"Andersen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.1ms) BEGIN User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('as181920@hotmail.com') LIMIT 1  (0.2ms) ROLLBACK Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (7.2ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (9.1ms) Completed 200 OK in 190ms (Views: 17.1ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:13 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:13 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:13 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/users" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Processing by AsUser::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"email"=>"as181920@qq.com", "name"=>"Andersen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.1ms) BEGIN User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('as181920@qq.com') LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "password_digest", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Tue, 18 Dec 2012 07:32:22 UTC +00:00], ["email", "as181920@qq.com"], ["name", "Andersen"], ["password_digest", "$2a$10$EQolR3/0Ij32ePnfbJRsL.U.0zg9hfNqWq6UUIjPu6ZCTFk2rTOSa"], ["updated_at", Tue, 18 Dec 2012 07:32:22 UTC +00:00]]  (24.0ms) COMMIT Redirected to http://localhost:3001/as_user/users/4 Completed 302 Found in 183ms (ActiveRecord: 25.2ms) Started GET "/as_user/users/4" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"4"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 10ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:22 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:32:28 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.8ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:28 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:28 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:28 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:28 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:32:30 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.8ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:30 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:30 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:30 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:32:31 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.6ms) Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:31 +0800 Served asset /as_user/application.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:31 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:31 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/4" for 127.0.0.1 at 2012-12-18 15:32:40 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"4"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:32:40 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:40 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:32:40 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/4" for 127.0.0.1 at 2012-12-18 15:33:34 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"4"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.7ms) Completed 200 OK in 28ms (Views: 7.7ms | ActiveRecord: 4.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:34 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:34 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:34 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:33:39 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.8ms) Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:39 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:39 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:39 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:39 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:33:44 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 174ms (ActiveRecord: 0.7ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:33:44 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.7ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:45 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:45 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:45 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:33:51 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.9ms) Completed 200 OK in 9ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:51 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:51 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:51 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:33:53 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.5ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:53 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:53 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:53 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:33:54 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:33:54 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:54 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:33:54 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:34:35 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (8.0ms) Completed 200 OK in 20818ms (Views: 22.7ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:34:56 +0800 Served asset /as_user/application.css - 304 Not Modified (7ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:34:56 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:34:56 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:34:56 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:37:09 +0800 Connecting to database specified by database.yml Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (10.3ms) Completed 200 OK in 73ms (Views: 72.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:10 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:10 +0800 Served asset /as_user/application.js - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:10 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:37:14 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 324ms (ActiveRecord: 10.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:37:14 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 1.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:15 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:15 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:15 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:15 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:37:20 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (2.8ms) Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:20 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:20 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:20 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:37:21 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.6ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:21 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:21 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:21 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:37:22 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:22 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:22 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:22 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@qq.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@qq.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/4 Completed 302 Found in 161ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/4" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"4"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "4"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (0.5ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:32 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user" for 127.0.0.1 at 2012-12-18 15:37:41 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:37:41 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:41 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:37:41 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/index" for 127.0.0.1 at 2012-12-18 15:37:50 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/index"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/index.html" for 127.0.0.1 at 2012-12-18 15:37:54 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/index.html"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-18 15:38:01 +0800 Processing by AsUser::UsersController#index as HTML User Load (1.3ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (67.4ms) Completed 200 OK in 78ms (Views: 75.0ms | ActiveRecord: 1.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:38:01 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:01 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:01 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:38:06 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:38:06 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:06 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:06 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:38:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:39:11 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:39:11 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:39:11 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:39:12 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:39:12 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:39:20 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 41549ms (ActiveRecord: 4.2ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:40:47 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.1ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:40:47 +0800 Served asset /as_user/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:40:47 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:40:47 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:40:47 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 15:41:10 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:41:11 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:11 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:11 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:41:14 +0800 Processing by AsUser::SessionsController#new as HTML User Load (53.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (6.7ms) Completed 200 OK in 15805ms (Views: 23.0ms | ActiveRecord: 59.2ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:41:30 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:30 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:41:30 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:41:36 +0800 Processing by AsUser::SessionsController#new as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 3]] Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (6.4ms) Completed 200 OK in 32550ms (Views: 20.0ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:42:09 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:42:09 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:42:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:42:09 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:42:30 +0800 Processing by AsUser::SessionsController#new as HTML Redirected to Completed 500 Internal Server Error in 1ms ActionController::ActionControllerError (Cannot redirect to nil!): actionpack (3.2.9) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (3.2.9) lib/action_controller/metal/flash.rb:25:in `redirect_to' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' /home/as/scripts/as_user/app/controllers/as_user/sessions_controller.rb:6:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__2210561971890192631__process_action__2841700527910810202__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__459917115813387429__call__2830840139238444776__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (78.2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:42:40 +0800 Processing by AsUser::SessionsController#new as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 3]] Redirected to Completed 500 Internal Server Error in 19737ms ActionController::ActionControllerError (Cannot redirect to nil!): actionpack (3.2.9) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (3.2.9) lib/action_controller/metal/flash.rb:25:in `redirect_to' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' /home/as/scripts/as_user/app/controllers/as_user/sessions_controller.rb:7:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__2210561971890192631__process_action__2841700527910810202__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__459917115813387429__call__2830840139238444776__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:44:02 +0800 Processing by AsUser::SessionsController#new as HTML Completed 500 Internal Server Error in 2ms NameError (undefined local variable or method `signed_in' for #): /home/as/scripts/as_user/app/controllers/as_user/sessions_controller.rb:6:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__2210561971890192631__process_action__2841700527910810202__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__459917115813387429__call__2830840139238444776__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:44:05 +0800 Processing by AsUser::SessionsController#new as HTML Completed 500 Internal Server Error in 3ms NameError (undefined local variable or method `signed_in' for #): /home/as/scripts/as_user/app/controllers/as_user/sessions_controller.rb:6:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__2210561971890192631__process_action__2841700527910810202__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__459917115813387429__call__2830840139238444776__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:44:23 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (3.9ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:44:23 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:23 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:23 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:44:27 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 3731ms (ActiveRecord: 5.0ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:44:31 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.1ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:44:31 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:31 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:31 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:31 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:44:48 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (3.8ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:44:48 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:48 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:48 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:44:48 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 189ms (ActiveRecord: 4.2ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.3ms) Completed 200 OK in 72ms (Views: 69.0ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:50 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Processing by AsUser::SessionsController#new as HTML User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.2ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:58:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Processing by AsUser::SessionsController#new as HTML User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.0ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Served asset /as_user/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 15:59:00 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/sessions/new" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Processing by AsUser::SessionsController#new as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 84ms (ActiveRecord: 4.4ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (1.1ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Served asset /as_user/application.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 16:04:54 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 17:55:41 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (5.6ms) Completed 200 OK in 44ms (Views: 15.9ms | ActiveRecord: 7.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 17:55:41 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 17:55:41 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 17:55:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 17:55:41 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started DELETE "/as_user/sessions" for 127.0.0.1 at 2012-12-18 17:55:45 +0800 ActionController::RoutingError (No route matches [DELETE] "/as_user/sessions"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/sessions" for 127.0.0.1 at 2012-12-18 17:56:14 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/sessions"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/us3" for 127.0.0.1 at 2012-12-18 17:57:37 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/us3"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 17:57:40 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (10.6ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 1.2ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 17:57:41 +0800 Served asset /as_user/application.css - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 17:57:41 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 17:57:41 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 17:57:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started DELETE "/as_user/sessions" for 127.0.0.1 at 2012-12-18 17:58:00 +0800 ActionController::RoutingError (No route matches [DELETE] "/as_user/sessions"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 17:58:15 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.7ms) Completed 200 OK in 20ms (Views: 16.3ms | ActiveRecord: 1.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 17:58:16 +0800 Served asset /as_user/application.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:16 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:16 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 17:58:17 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (3.8ms) Completed 200 OK in 63ms (Views: 59.7ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 17:58:18 +0800 Served asset /as_user/application.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:18 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:18 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 17:58:18 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 17:59:36 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.1ms) Completed 200 OK in 26ms (Views: 21.7ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 17:59:36 +0800 Served asset /as_user/application.css - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 17:59:37 +0800 Served asset /jquery.js - 200 OK (5ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 17:59:37 +0800 Served asset /as_user/application.js - 200 OK (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 17:59:37 +0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 18:03:53 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (5.7ms) Completed 200 OK in 20ms (Views: 16.0ms | ActiveRecord: 1.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:03:53 +0800 Served asset /as_user/application.css - 304 Not Modified (24ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:53 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:53 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:53 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started DELETE "/as_user/signout" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Processing by AsUser::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo="} Redirected to http://localhost:3001/as_user/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Served asset /as_user/application.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Served asset /as_user/application.js - 304 Not Modified (49ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:03:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 18:07:15 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.2ms) Completed 200 OK in 17ms (Views: 13.2ms | ActiveRecord: 0.5ms) Started GET "/as_user/users" for 127.0.0.1 at 2012-12-18 18:07:20 +0800 Processing by AsUser::UsersController#index as HTML User Load (1.2ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.3ms) Completed 200 OK in 16ms (Views: 12.1ms | ActiveRecord: 1.2ms) Started GET "/as_user/users/new" for 127.0.0.1 at 2012-12-18 18:07:21 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (12.9ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (19.4ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started GET "/as_user/users" for 127.0.0.1 at 2012-12-18 18:07:46 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.6ms) SELECT "users".* FROM "users" Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 0.6ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-18 18:07:48 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 18:07:50 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"czJlAggK4z7KoZKlZzHFWX0TD7Lf9ao6yyy2onkjIBY=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 170ms (Views: 15.5ms | ActiveRecord: 0.6ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 18:07:54 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"czJlAggK4z7KoZKlZzHFWX0TD7Lf9ao6yyy2onkjIBY=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 167ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 18:07:54 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.9ms) Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 1.0ms) Started DELETE "/as_user/signout" for 127.0.0.1 at 2012-12-18 18:07:57 +0800 Processing by AsUser::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"czJlAggK4z7KoZKlZzHFWX0TD7Lf9ao6yyy2onkjIBY="} Redirected to http://localhost:3001/as_user/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:07:57 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.1ms) Completed 200 OK in 63ms (Views: 62.6ms | ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:13:02 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (1.5ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:13:02 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:02 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:02 +0800 Served asset /as_user/application.js - 304 Not Modified (4ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-18 18:13:05 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (3.6ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:13:06 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:06 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:06 +0800 Served asset /as_user/application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 192ms (ActiveRecord: 4.4ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.7ms) Completed 200 OK in 20ms (Views: 15.4ms | ActiveRecord: 1.2ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:09 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started DELETE "/as_user/signout" for 127.0.0.1 at 2012-12-18 18:13:16 +0800 Processing by AsUser::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo="} Redirected to http://localhost:3001/as_user/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:13:16 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.9ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:13:17 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:17 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:17 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:13:17 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:50:38 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (1.5ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:50:38 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:38 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:38 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:38 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-18 18:50:39 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (3.8ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:50:39 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:39 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:40 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:40 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"czJlAggK4z7KoZKlZzHFWX0TD7Lf9ao6yyy2onkjIBY=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3001/as_user/users/3 Completed 302 Found in 160ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 1.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started DELETE "/as_user/signout" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Processing by AsUser::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"czJlAggK4z7KoZKlZzHFWX0TD7Lf9ao6yyy2onkjIBY="} Redirected to http://localhost:3001/as_user/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.8ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:50:43 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-18 18:51:57 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (4.7ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-18 18:51:57 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-18 18:51:57 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-18 18:51:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-18 18:51:57 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-19 15:18:06 +0800 Connecting to database specified by database.yml Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 292ms (Views: 291.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 15:18:07 +0800 Served asset /as_user/application.css - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:07 +0800 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:07 +0800 Served asset /as_user/application.js - 200 OK (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:07 +0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/as_user/signup" for 127.0.0.1 at 2012-12-19 15:18:09 +0800 Processing by AsUser::UsersController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/users/_form.html.erb (11.0ms) Rendered /home/as/scripts/as_user/app/views/as_user/users/new.html.erb within layouts/as_user/application (17.5ms) Completed 200 OK in 353ms (Views: 25.5ms | ActiveRecord: 315.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 15:18:09 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:09 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:09 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-19 15:18:13 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (2.8ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 15:18:13 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:13 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:13 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 15:18:13 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:44:51 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.2ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:45:39 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:47:23 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:47:29 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (15.8ms) Completed 200 OK in 113ms (Views: 74.9ms | ActiveRecord: 15.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:47:29 +0800 Served asset /as_user/application.css - 304 Not Modified (7ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:29 +0800 Served asset /as_user/application.js - 304 Not Modified (15ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:29 +0800 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:47:40 +0800 Connecting to database specified by database.yml Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (13.9ms) Completed 200 OK in 154ms (Views: 112.4ms | ActiveRecord: 16.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:47:41 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:41 +0800 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:41 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:41 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:47:41 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (4.2ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:47:42 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:42 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:42 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:47:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:47:45 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit_passwords" for 127.0.0.1 at 2012-12-19 17:47:57 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_passwords"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:00 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:48:30 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 18ms (Views: 11.1ms | ActiveRecord: 4.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:48:30 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:48:30 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:48:30 +0800 Served asset /as_user/application.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:48:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:41 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:42 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:43 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:43 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:43 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:43 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:44 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:44 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:48:44 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit_password.html" for 127.0.0.1 at 2012-12-19 17:49:06 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password.html"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:49:10 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:49:28 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/as_user/users/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.3ms) Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-19 17:49:54 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.7ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 48ms (Views: 21.3ms | ActiveRecord: 12.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:54 +0800 Served asset /as_user/application.css - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:54 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:54 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-19 17:49:57 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (17.2ms) Completed 200 OK in 28ms (Views: 24.2ms | ActiveRecord: 1.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:49:58 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:58 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:58 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:49:58 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-19 17:50:00 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3333/as_user/ Filter chain halted as :signed_in_as_self rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-19 17:50:00 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (1.6ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:01 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:01 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:01 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:01 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/3/" for 127.0.0.1 at 2012-12-19 17:50:06 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.3ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:06 +0800 Served asset /as_user/application.css - 304 Not Modified (6ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:06 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:06 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:06 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:50:09 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (17.4ms) Completed 200 OK in 29ms (Views: 24.9ms | ActiveRecord: 1.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:09 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:09 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:09 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:09 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-19 17:50:52 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (4.8ms) Completed 200 OK in 73ms (Views: 12.1ms | ActiveRecord: 5.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:52 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:52 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:52 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:52 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:50:56 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (5.5ms) Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:50:57 +0800 Served asset /as_user/application.css - 304 Not Modified (4ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:57 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:50:57 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-19 17:51:10 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.9ms) UPDATE "users" SET "password_digest" = '$2a$10$2XSk0c6MvFM8DXhGtaksRefCYp8NCiY1dJRrHd/aamR5oPAqze72e', "updated_at" = '2012-12-19 09:51:10.831244' WHERE "users"."id" = 3  (12.6ms) COMMIT Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 240ms (ActiveRecord: 15.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-19 17:51:10 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.9ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 1.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:11 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:11 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:11 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:11 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started DELETE "/as_user/signout" for 127.0.0.1 at 2012-12-19 17:51:18 +0800 Processing by AsUser::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo="} Redirected to http://localhost:3333/as_user/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-19 17:51:18 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.9ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:19 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:19 +0800 Served asset /as_user/application.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:19 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:19 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-19 17:51:20 +0800 Processing by AsUser::SessionsController#new as HTML Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (2.8ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:20 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:20 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:20 +0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:20 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-19 17:51:23 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/sessions/new.html.erb within layouts/as_user/application (1.8ms) Completed 200 OK in 177ms (Views: 9.2ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:23 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:23 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:23 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started POST "/as_user/sessions" for 127.0.0.1 at 2012-12-19 17:51:26 +0800 Processing by AsUser::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "session"=>{"email"=>"as181920@hotmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'as181920@hotmail.com' LIMIT 1 Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 162ms (ActiveRecord: 0.6ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-19 17:51:26 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (3.0ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:51:27 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:27 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:27 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:51:27 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:52:29 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (11.9ms) Completed 200 OK in 23ms (Views: 18.8ms | ActiveRecord: 2.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:29 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:29 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:29 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:29 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-19 17:52:35 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.4ms) UPDATE "users" SET "password_digest" = '$2a$10$T7riOdMuZVl7YouYSZ1V0.ch8ylNAOx6wH2yiqcrbOrAtSlXvZmMq', "updated_at" = '2012-12-19 09:52:35.671548' WHERE "users"."id" = 3  (53.2ms) COMMIT Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 222ms (ActiveRecord: 55.0ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-19 17:52:35 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.2ms) Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:52:36 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:36 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:36 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:52:36 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-19 17:53:20 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.3ms) Completed 200 OK in 75ms (Views: 72.6ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:21 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:21 +0800 Served asset /as_user/application.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:21 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:21 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3333/as_user/ Filter chain halted as :signed_in_as_self rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (0.6ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:53:23 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/3/edit_password" for 127.0.0.1 at 2012-12-19 17:54:06 +0800 ActionController::RoutingError (No route matches [GET] "/as_user/3/edit_password"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-19 17:54:16 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.4ms) Completed 200 OK in 17ms (Views: 11.3ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-19 17:54:16 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-19 17:54:16 +0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-19 17:54:16 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-19 17:54:16 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 10:21:49 +0800 Connecting to database specified by database.yml Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (28.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (47.9ms) Completed 200 OK in 596ms (Views: 250.7ms | ActiveRecord: 287.6ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 10:21:51 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:51 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:51 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:51 +0800 Served asset /as_user/application.js - 304 Not Modified (58ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 10:21:54 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 17ms (Views: 11.5ms | ActiveRecord: 0.9ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 10:21:54 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:54 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:54 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:54 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 10:21:55 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.0ms) Completed 200 OK in 21ms (Views: 14.7ms | ActiveRecord: 3.3ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 10:21:55 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:55 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:55 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 10:21:57 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (3.5ms) Completed 200 OK in 17ms (Views: 12.5ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 10:21:57 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:57 +0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:57 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 10:21:57 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-20 14:52:17 +0800 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.4ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-20 14:52:22 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (1.4ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:22 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:22 +0800 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:22 +0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:22 +0800 Served asset /as_user/application.js - 304 Not Modified (42ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Processing by AsUser::SessionsController#new as HTML User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 160ms (ActiveRecord: 13.8ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (3.7ms) Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 1.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:24 +0800 Served asset /as_user/application.js - 304 Not Modified (7ms) Started GET "/as_user/users/3/edit" for 127.0.0.1 at 2012-12-20 14:52:30 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (10.5ms) Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:30 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:30 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:30 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:30 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"email"=>"as181920@hotmail.com", "name"=>"Andersen1"}, "commit"=>"Update User", "id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.9ms) UPDATE "users" SET "name" = 'Andersen1', "updated_at" = '2012-12-20 06:52:34.379748' WHERE "users"."id" = 3  (68.4ms) COMMIT Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 182ms (ActiveRecord: 71.4ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.5ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:34 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 14:52:42 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.7ms) Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:42 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:42 +0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:42 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:42 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:52:45 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.2ms) ROLLBACK Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (3.6ms) Completed 200 OK in 169ms (Views: 10.1ms | ActiveRecord: 1.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:45 +0800 Served asset /as_user/application.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:45 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:45 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:45 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 14:52:55 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.1ms) Completed 200 OK in 18ms (Views: 11.6ms | ActiveRecord: 3.4ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:52:55 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:55 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:52:55 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:53:05 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.2ms) ROLLBACK Rendered /home/as/scripts/as_user/app/views/as_user/users/edit.html.erb within layouts/as_user/application (3.1ms) Completed 200 OK in 169ms (Views: 9.1ms | ActiveRecord: 1.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:53:05 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:05 +0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:05 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.1ms) COMMIT Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.1ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:25 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:53:45 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.3ms) UPDATE "users" SET "password_digest" = '$2a$10$rPS25zv8RyfORJZXUfp5nO4RfbPKYUjZoV0sE1HswYErlnBdoDTsS', "updated_at" = '2012-12-20 06:53:45.551622' WHERE "users"."id" = 3  (22.8ms) COMMIT Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 183ms (ActiveRecord: 24.5ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 14:53:45 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.5ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 14:53:45 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:45 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:45 +0800 Served asset /as_user/application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 14:53:46 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/as_user/users/" for 127.0.0.1 at 2012-12-20 15:09:58 +0800 Processing by AsUser::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users"  Rendered /home/as/scripts/as_user/app/views/as_user/users/index.html.erb within layouts/as_user/application (1.7ms) Completed 200 OK in 33ms (Views: 9.3ms | ActiveRecord: 6.5ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:09:59 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:09:59 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:09:59 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:09:59 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/2" for 127.0.0.1 at 2012-12-20 15:10:02 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.7ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:10:02 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:02 +0800 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:02 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:02 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/as_user/users/2/edit" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Processing by AsUser::UsersController#edit as HTML Parameters: {"id"=>"2"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3333/as_user/ Filter chain halted as :signed_in_as_self rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.8ms) Started GET "/as_user/" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Processing by AsUser::AboutsController#index as HTML Rendered /home/as/scripts/as_user/app/views/as_user/abouts/index.html.erb within layouts/as_user/application (1.0ms) Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Served asset /as_user/application.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Served asset /as_user/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:05 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/signin" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Processing by AsUser::SessionsController#new as HTML User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (2.2ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Served asset /as_user/application.css - 304 Not Modified (2ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:10 +0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 15:10:14 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (3.8ms) Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:10:14 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:14 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:14 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:10:14 +0800 Served asset /as_user/application.js - 304 Not Modified (4ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 15:10:22 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) BEGIN User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.2ms) ROLLBACK Completed 500 Internal Server Error in 10ms NameError (undefined local variable or method `u' for #): activemodel (3.2.9) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.9) lib/active_record/attribute_methods.rb:149:in `method_missing' /home/as/scripts/as_user/app/models/user.rb:29:in `block in ' activesupport (3.2.9) lib/active_support/callbacks.rb:480:in `_run__4181012683744942103__validate__1888192019362992397__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.9) lib/active_model/validations.rb:228:in `run_validations!' activemodel (3.2.9) lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' activesupport (3.2.9) lib/active_support/callbacks.rb:403:in `_run__4181012683744942103__validation__1888192019362992397__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' activemodel (3.2.9) lib/active_model/validations/callbacks.rb:53:in `run_validations!' activemodel (3.2.9) lib/active_model/validations.rb:195:in `valid?' activerecord (3.2.9) lib/active_record/validations.rb:69:in `valid?' activerecord (3.2.9) lib/active_record/validations.rb:77:in `perform_validations' activerecord (3.2.9) lib/active_record/validations.rb:50:in `save' activerecord (3.2.9) lib/active_record/attribute_methods/dirty.rb:22:in `save' activerecord (3.2.9) lib/active_record/transactions.rb:259:in `block (2 levels) in save' activerecord (3.2.9) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.9) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.9) lib/active_record/transactions.rb:311:in `with_transaction_returning_status' activerecord (3.2.9) lib/active_record/transactions.rb:259:in `block in save' activerecord (3.2.9) lib/active_record/transactions.rb:270:in `rollback_active_record_state!' activerecord (3.2.9) lib/active_record/transactions.rb:258:in `save' activerecord (3.2.9) lib/active_record/persistence.rb:217:in `block in update_attributes' activerecord (3.2.9) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' activerecord (3.2.9) lib/active_record/transactions.rb:208:in `transaction' activerecord (3.2.9) lib/active_record/transactions.rb:311:in `with_transaction_returning_status' activerecord (3.2.9) lib/active_record/persistence.rb:215:in `update_attributes' /home/as/scripts/as_user/app/controllers/as_user/users_controller.rb:69:in `block in update' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /home/as/scripts/as_user/app/controllers/as_user/users_controller.rb:68:in `update' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:414:in `_run__3833961251211866984__process_action__741154984084211220__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) 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.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3531844493280122492__call__1888192019362992397__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) 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.9) 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.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /usr/share/ruby-rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /usr/share/ruby-rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.4ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 15:37:34 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (3.3ms) Completed 200 OK in 26ms (Views: 9.7ms | ActiveRecord: 5.1ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:37:35 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:35 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:35 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:35 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 15:37:37 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.8ms) Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 0.8ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:37:37 +0800 Served asset /as_user/application.css - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:37 +0800 Served asset /as_user/application.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:37 +0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:37 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/as_user/users/3/edit_password" for 127.0.0.1 at 2012-12-20 15:37:54 +0800 Processing by AsUser::UsersController#edit_password as HTML Parameters: {"id"=>"3"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/edit_password.html.erb within layouts/as_user/application (4.2ms) Completed 200 OK in 29ms (Views: 11.3ms | ActiveRecord: 4.7ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:37:55 +0800 Served asset /as_user/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:55 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:55 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:37:55 +0800 Served asset /jquery.js - 304 Not Modified (1ms) Started PUT "/as_user/users/3" for 127.0.0.1 at 2012-12-20 15:38:03 +0800 Processing by AsUser::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wg5cnrAiOhmnyh3dA9mezZv59jSvGXWTFLvWEmMkOmo=", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update User", "id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.2ms) BEGIN User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE (LOWER("users"."email") = LOWER('as181920@hotmail.com') AND "users"."id" != 3) LIMIT 1  (0.3ms) ROLLBACK Redirected to http://localhost:3333/as_user/users/3 Completed 302 Found in 40752ms (ActiveRecord: 2.3ms) Started GET "/as_user/users/3" for 127.0.0.1 at 2012-12-20 15:38:43 +0800 Processing by AsUser::UsersController#show as HTML Parameters: {"id"=>"3"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "3"]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 Rendered /home/as/scripts/as_user/app/views/as_user/users/show.html.erb within layouts/as_user/application (4.2ms) Completed 200 OK in 18ms (Views: 13.7ms | ActiveRecord: 1.1ms) Started GET "/assets/as_user/application.css?body=1" for 127.0.0.1 at 2012-12-20 15:38:43 +0800 Served asset /as_user/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-20 15:38:44 +0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/as_user/application.js?body=1" for 127.0.0.1 at 2012-12-20 15:38:44 +0800 Served asset /as_user/application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-20 15:38:44 +0800 Served asset /jquery.js - 304 Not Modified (1ms)