Started GET "/" for 127.0.0.1 at 2013-01-28 00:03:36 -0200 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.4) lib/rack/methodoverride.rb:21:in `call' rack (1.4.4) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.4) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.4) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) select sqlite_version(*)  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (14.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateUsers (20130128020557)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130128020557')  (1.6ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-01-28 00:07:30 -0200 Processing by TestController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `autenticate_user!' for #): activesupport (3.2.11) lib/active_support/callbacks.rb:418:in `_run__3072822823651773865__process_action__4408419400866998502__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) 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.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.4) lib/rack/etag.rb:23:in `call' rack (1.4.4) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__135278179091983781__call__2250629585880499930__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.4) lib/rack/methodoverride.rb:21:in `call' rack (1.4.4) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.4) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.4) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) Started GET "/" for 127.0.0.1 at 2013-01-28 00:07:31 -0200 Processing by TestController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `autenticate_user!' for #): activesupport (3.2.11) lib/active_support/callbacks.rb:418:in `_run__3072822823651773865__process_action__4408419400866998502__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) 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.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.4) lib/rack/etag.rb:23:in `call' rack (1.4.4) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__135278179091983781__call__2250629585880499930__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.4) lib/rack/methodoverride.rb:21:in `call' rack (1.4.4) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.4) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.4) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms) Started GET "/" for 127.0.0.1 at 2013-01-28 00:07:32 -0200 Processing by TestController#index as HTML Completed 500 Internal Server Error in 23ms NoMethodError (undefined method `autenticate_user!' for #): activesupport (3.2.11) lib/active_support/callbacks.rb:418:in `_run__3072822823651773865__process_action__4408419400866998502__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) 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.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.4) lib/rack/etag.rb:23:in `call' rack (1.4.4) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__135278179091983781__call__2250629585880499930__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.4) lib/rack/methodoverride.rb:21:in `call' rack (1.4.4) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.4) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.4) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/luizeof/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms) Started GET "/" for 127.0.0.1 at 2013-01-28 00:07:43 -0200 Processing by TestController#index as HTML Completed 401 Unauthorized in 80ms Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (2.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (22.1ms) Compiled test.css (0ms) (pid 2735) Compiled application.css (8ms) (pid 2735) Compiled jquery.js (3ms) (pid 2735) Compiled jquery_ujs.js (0ms) (pid 2735) Compiled test.js (0ms) (pid 2735) Compiled application.js (127ms) (pid 2735) Completed 200 OK in 265ms (Views: 246.2ms | ActiveRecord: 1.9ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /test.css - 200 OK (17ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /test.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /application.js - 200 OK (10ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /jquery.js - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:44 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:07:54 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (4.2ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:07:54 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:54 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:07:54 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (2.7ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:15 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:16 -0200 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (2.0ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (209.1ms) Completed 200 OK in 270ms (Views: 231.6ms | ActiveRecord: 2.3ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /test.css - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /test.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:42 -0200 Served asset /application.js - 304 Not Modified (6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:43 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:08:44 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/sessions/new.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:09:14 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:03 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:22 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:22 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:22 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:22 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:23 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:23 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.js - 200 OK (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (2.6ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /application.js - 200 OK (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:10:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (3.5ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:10:25 -0200 Served asset /test.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (1.6ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (24.7ms) Completed 200 OK in 106ms (Views: 68.0ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /application.css - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /test.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /test.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:51 -0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (2.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:13:52 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/devise-2.2.2/app/views/devise/registrations/new.html.erb within layouts/application (4.3ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:13:53 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:14:55 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (1.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (189.5ms) Completed 200 OK in 251ms (Views: 234.3ms | ActiveRecord: 2.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /test.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /test.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:19:23 -0200 Served asset /application.js - 304 Not Modified (5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:24:30 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.5ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:24:31 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (23.1ms) Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:26:53 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:26:58 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:27:55 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.3ms) Completed 500 Internal Server Error in 79ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:10 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (10.2ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:23 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (23.3ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (require_tree argument must be a directory (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:33 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.9ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (couldn't find file 'rails-bootstrap-engine' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:34 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.9ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (24.5ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (couldn't find file 'rails-bootstrap-engine' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:35 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.1ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (couldn't find file 'rails-bootstrap-engine' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:28:35 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (couldn't find file 'rails-bootstrap-engine' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:29:28 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (33.8ms) Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:29 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.7ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:30 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:29:37 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:30:47 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.3ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (4.9ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (22.4ms) Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:30:49 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:30:57 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.6ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:31:38 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:31:42 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.3ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:31:43 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.0ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:31:43 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.7ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:11 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (32.1ms) Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:12 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:14 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:46 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (8.2ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (couldn't find file 'self' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:48 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.7ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (couldn't find file 'self' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (9.8ms) Compiled bootstrap-plugins/holder.js (0ms) (pid 2914) Compiled bootstrap-plugins/jquery.autosize.js (0ms) (pid 2914) Compiled bootstrap-plugins/jquery.toggle.buttons.js (0ms) (pid 2914) Compiled rails-bootstrap-engine/bootstrap.js (0ms) (pid 2914) Compiled rails-bootstrap-engine/z-main.js (0ms) (pid 2914) Compiled rails-bootstrap-engine.js (76ms) (pid 2914) Compiled application.js (90ms) (pid 2914) Completed 200 OK in 150ms (Views: 149.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/rails-bootstrap-engine/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /rails-bootstrap-engine/bootstrap.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /bootstrap-plugins/jquery.autosize.js - 200 OK (2ms) Started GET "/assets/bootstrap-plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /bootstrap-plugins/holder.js - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap-plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /bootstrap-plugins/jquery.toggle.buttons.js - 200 OK (1ms) Started GET "/assets/rails-bootstrap-engine/z-main.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /rails-bootstrap-engine/z-main.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /application.js - 200 OK (15ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:57 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:34:58 -0200 Served asset /rails-bootstrap-engine.js - 200 OK (5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:34:59 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.7ms) Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:35:26 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.9ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:35:28 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.2ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/test/dummy/app/assets/javascripts/application.js:15)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3281109063324188521_70151080453400' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (19.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.3ms) Connecting to database specified by database.yml Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (1.5ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (114.7ms) Compiled bootstrap.js (0ms) (pid 3266) Compiled behaviors.js (0ms) (pid 3266) Compiled rails-bootstrap-engine.js (42ms) (pid 3266) Compiled application.js (7ms) (pid 3266) Completed 200 OK in 248ms (Views: 231.6ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /bootstrap.js - 200 OK (2ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /test.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/behaviors.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /behaviors.js - 200 OK (2ms) Started GET "/assets/bootstrap-plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /bootstrap-plugins/holder.js - 304 Not Modified (3ms) Started GET "/assets/bootstrap-plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /bootstrap-plugins/jquery.autosize.js - 304 Not Modified (2ms) Started GET "/assets/bootstrap-plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /bootstrap-plugins/jquery.toggle.buttons.js - 304 Not Modified (2ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /test.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /application.js - 304 Not Modified (12ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:40:54 -0200 Served asset /rails-bootstrap-engine.js - 200 OK (6ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:40:59 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (22.8ms) Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:41:08 -0200 Served asset /rails-bootstrap-engine.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:43:42 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.4ms) Compiled javascript-plugins/holder.js (0ms) (pid 3266) Compiled jquery-plugins/jquery.autosize.js (0ms) (pid 3266) Compiled jquery-plugins/jquery.toggle.buttons.js (0ms) (pid 3266) Compiled rails-bootstrap-engine.js (28ms) (pid 3266) Compiled application.js (5ms) (pid 3266) Completed 200 OK in 90ms (Views: 89.2ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:01 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.6ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (couldn't find file 'javascript-plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:03 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (couldn't find file 'javascript-plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:29 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.6ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:30 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.8ms) Completed 500 Internal Server Error in 38ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (25.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.9ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:30 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:35 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (10.8ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (require_tree argument must be a relative path (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:45:44 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (couldn't find file 'javascript-plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:08 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (8.4ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (couldn't find file 'plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:14 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (8.0ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (couldn't find file './plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:16 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (couldn't find file './plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.8ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:16 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (couldn't find file './plugins' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:25 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.7ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.2ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (couldn't find file './plugins/' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:26 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (23.8ms) Completed 500 Internal Server Error in 63ms ActionView::Template::Error (couldn't find file './plugins/' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:27 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.6ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (couldn't find file './plugins/' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:38 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.5ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.2ms) Completed 500 Internal Server Error in 72ms ActionView::Template::Error (wrong number of arguments (2 for 1) (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/javascripts/rails-bootstrap-engine.js:14)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:45 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (8.2ms) Compiled plugins/holder.js (0ms) (pid 3266) Compiled plugins/jquery.autosize.js (0ms) (pid 3266) Compiled plugins/jquery.toggle.buttons.js (0ms) (pid 3266) Compiled rails-bootstrap-engine.js (71ms) (pid 3266) Compiled application.js (9ms) (pid 3266) Completed 200 OK in 129ms (Views: 128.6ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /plugins/holder.js - 200 OK (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /plugins/jquery.autosize.js - 200 OK (2ms) Started GET "/assets/plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /plugins/jquery.toggle.buttons.js - 200 OK (3ms) Started GET "/assets/behaviors.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /behaviors.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /application.js - 304 Not Modified (20ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:46 -0200 Served asset /rails-bootstrap-engine.js - 200 OK (33ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:46:48 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (36.7ms) Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:46:56 -0200 Served asset /bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:47:01 -0200 Served asset /plugins/holder.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:47:09 -0200 Served asset /plugins/jquery.autosize.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:47:16 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (5.3ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /plugins/holder.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /plugins/jquery.autosize.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /plugins/jquery.toggle.buttons.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/behaviors.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /behaviors.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:51:26 -0200 Served asset /rails-bootstrap-engine.js - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:51:58 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (couldn't find file 'bootstrap-responsive' (in /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/assets/stylesheets/rails-bootstrap-engine.css:13)): 2: 3: 4: Dummy 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___4133940497259421238_70348678694820' Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/luizeof/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:52:24 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (7.4ms) Compiled bootstrap.css (0ms) (pid 3266) Compiled bootstrap-responsive.css (0ms) (pid 3266) Compiled font-awesome-more.css (0ms) (pid 3266) Compiled font-awesome-more-ie7.css (0ms) (pid 3266) Compiled glyphicons-pro.css (0ms) (pid 3266) Compiled bootstrap-plugins/bootstrap-jumbotrons.css (0ms) (pid 3266) Compiled bootstrap-plugins/bootstrap-toggle-buttons.css (0ms) (pid 3266) Compiled orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css (0ms) (pid 3266) Compiled orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css (0ms) (pid 3266) Compiled orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css (0ms) (pid 3266) Compiled orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css (0ms) (pid 3266) Compiled orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css (0ms) (pid 3266) Compiled rails-bootstrap-engine.css (212ms) (pid 3266) Compiled application.css (251ms) (pid 3266) Completed 200 OK in 282ms (Views: 281.3ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-bootstrap-engine.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /rails-bootstrap-engine.css - 200 OK (29ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /application.css - 200 OK (24ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/font-awesome-more-ie7.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /font-awesome-more-ie7.css - 200 OK (3ms) Started GET "/assets/bootstrap-responsive.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /bootstrap-responsive.css - 200 OK (2ms) Started GET "/assets/font-awesome-more.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /font-awesome-more.css - 200 OK (2ms) Started GET "/assets/glyphicons-pro.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /glyphicons-pro.css - 200 OK (3ms) Started GET "/assets/bootstrap-plugins/bootstrap-jumbotrons.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /bootstrap-plugins/bootstrap-jumbotrons.css - 200 OK (28ms) Started GET "/assets/bootstrap-plugins/bootstrap-toggle-buttons.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /bootstrap-plugins/bootstrap-toggle-buttons.css - 200 OK (2ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css - 200 OK (3ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css - 200 OK (2ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css - 200 OK (2ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css - 200 OK (1ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css - 200 OK (2ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /plugins/holder.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /plugins/jquery.autosize.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /plugins/jquery.toggle.buttons.js - 304 Not Modified (0ms) Started GET "/assets/behaviors.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /behaviors.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:52:25 -0200 Served asset /rails-bootstrap-engine.js - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css?body=1" for 127.0.0.1 at 2013-01-28 00:53:13 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css - 304 Not Modified (0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:54:04 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.4ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (6.5ms) Compiled rails-bootstrap-engine.js (4ms) (pid 3266) Compiled application.js (5ms) (pid 3266) Completed 200 OK in 92ms (Views: 91.6ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2013-01-28 00:54:06 -0200 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/registrations/new.html.erb within layouts/application (9.4ms) Completed 200 OK in 21ms (Views: 21.0ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:54:12 -0200 Served asset /rails-bootstrap-engine.js - 200 OK (6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:55:23 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (0.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/sessions/new.html.erb within layouts/application (7.4ms) Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/rails-bootstrap-engine.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /rails-bootstrap-engine.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap-responsive.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /bootstrap-responsive.css - 304 Not Modified (0ms) Started GET "/assets/font-awesome-more-ie7.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /font-awesome-more-ie7.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/font-awesome-more.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /font-awesome-more.css - 304 Not Modified (0ms) Started GET "/assets/glyphicons-pro.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /glyphicons-pro.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap-plugins/bootstrap-jumbotrons.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /bootstrap-plugins/bootstrap-jumbotrons.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap-plugins/bootstrap-toggle-buttons.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /bootstrap-plugins/bootstrap-toggle-buttons.css - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-background.css - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-color.css - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-navigation.css - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-table.css - 304 Not Modified (0ms) Started GET "/assets/orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /orangeweb-bootstrap-toolkit/bootstrap-toolkit-typography.css - 304 Not Modified (0ms) Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /test.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.autosize.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /plugins/jquery.autosize.js - 304 Not Modified (0ms) Started GET "/assets/plugins/holder.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /plugins/holder.js - 304 Not Modified (0ms) Started GET "/assets/plugins/jquery.toggle.buttons.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /plugins/jquery.toggle.buttons.js - 304 Not Modified (0ms) Started GET "/assets/behaviors.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /behaviors.js - 304 Not Modified (0ms) Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /test.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /application.js - 304 Not Modified (13ms) Started GET "/assets/rails-bootstrap-engine.js?body=1" for 127.0.0.1 at 2013-01-28 00:55:24 -0200 Served asset /rails-bootstrap-engine.js - 200 OK (0ms) Started GET "/assets/glyphicons-pro.css?body=1" for 127.0.0.1 at 2013-01-28 00:55:40 -0200 Served asset /glyphicons-pro.css - 304 Not Modified (0ms) Started GET "/assets/glyphicons-regular.eot" for 127.0.0.1 at 2013-01-28 00:56:07 -0200 Served asset /glyphicons-regular.eot - 200 OK (6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/users/sign_in" for 127.0.0.1 at 2013-01-28 00:57:57 -0200 Processing by Devise::SessionsController#new as HTML Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/shared/_links.erb (1.6ms) Rendered /Users/luizeof/Projects/rubygems/rails-bootstrap-engine/app/views/devise/sessions/new.html.erb within layouts/application (109.4ms) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (undefined local variable or method `application_title' for #<#:0x007fd45c71e3e0>): 27: 28: 29: 30: <%= application_title %> 31: