Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (4.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120621034623)  (0.0ms) begin transaction  (1.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "website" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120621034623')  (4.0ms) commit transaction  (0.0ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("people") Started GET "/" for 127.0.0.1 at 2012-06-20 23:52:11 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:52:17 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (35.0ms) Completed 500 Internal Server Error in 132ms ActionView::Template::Error (Missing partial shared/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__219114975_38647452' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:57:45 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (22.0ms) Completed 500 Internal Server Error in 154ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___434162616_39008808' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:57:46 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___434162616_39008808' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:57:48 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___434162616_39008808' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:59:18 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___434162616_39008808' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (12.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:59:20 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___434162616_39008808' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:59:38 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (14.0ms) Completed 500 Internal Server Error in 144ms ActionView::Template::Error (Missing partial Bootstrap2FormBuilder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___382342598_38666940' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:59:39 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (Missing partial Bootstrap2FormBuilder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___382342598_38666940' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-20 23:59:41 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (Missing partial Bootstrap2FormBuilder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___382342598_38666940' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 00:00:31 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (15.0ms) Completed 500 Internal Server Error in 148ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___783970230_38774868' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 00:00:39 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/my documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for(@person) %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___783970230_38774868' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/" for 127.0.0.1 at 2012-06-21 19:31:44 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 19:31:47 -0400 ActionController::RoutingError (No route matches [GET] "/people/new"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/presons/new" for 127.0.0.1 at 2012-06-21 19:31:51 -0400 ActionController::RoutingError (No route matches [GET] "/presons/new"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/presons/new" for 127.0.0.1 at 2012-06-21 19:33:40 -0400 ActionController::RoutingError (No route matches [GET] "/presons/new"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:33:43 -0400 Processing by PersonsController#new as HTML ERROR: compiling _app_views_persons_new_html_erb__611819621_35150904 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:5: syntax error, unexpected keyword_end ');@output_buffer.append= ( end );@output_buffer.to_s ^ c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:6: syntax error, unexpected keyword_ensure, expecting ')' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:8: syntax error, unexpected keyword_end, expecting ')' Function body: def _app_views_persons_new_html_erb__611819621_35150904(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "persons/new";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= bootstrap_form_for @person do |form| @output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( form.text_field :name );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( form.text_field :email );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( form.text_field :website );@output_buffer.safe_concat(' ');@output_buffer.append= ( end );@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__662601189__process_action__841305984__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__855736384__call__112337461__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered persons/new.html.erb within layouts/application (1.0ms) Completed 500 Internal Server Error in 87ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:5: syntax error, unexpected keyword_end ');@output_buffer.append= ( end );@output_buffer.to_s ^ c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:6: syntax error, unexpected keyword_ensure, expecting ')' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:8: syntax error, unexpected keyword_end, expecting ')'): 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> 5: <%= end %> actionpack (3.2.6) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.6) lib/action_view/template.rb:297:in `compile' actionpack (3.2.6) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.6) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.6) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.6) lib/action_view/template.rb:143:in `render' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.6) lib/active_support/callbacks.rb:414:in `_run__662601189__process_action__841305984__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action' activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.6) 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.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__855736384__call__112337461__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:34:06 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (12.0ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__611819621_38442420' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:35:27 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (12.0ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__808560031_37036668' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:35:34 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__808560031_37036668' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:35:36 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__808560031_37036668' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:37:57 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (12.0ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.3ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:37:58 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.5ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:37:58 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:38:00 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/" for 127.0.0.1 at 2012-06-21 19:38:25 -0400 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:38:30 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/" for 127.0.0.1 at 2012-06-21 19:39:49 -0400 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:39:52 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__742946824_36961932' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:40:12 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (11.0ms) Completed 500 Internal Server Error in 121ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___192765199_38984868' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 19:40:23 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Missing partial bootstrap2_form_builder/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___192765199_38984868' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/" for 127.0.0.1 at 2012-06-21 22:22:13 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 22:22:15 -0400 Processing by PersonsController#new as HTML Rendered persons/new.html.erb within layouts/application (1.0ms) Completed 500 Internal Server Error in 86ms ActionView::Template::Error (uninitialized class variable @@error_partial in Bootstrap2FormBuilder::BootstrapFormHelper): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb__558273079_32445036' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 22:23:23 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__161744011_32322624 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__161744011_32322624(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:21:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___815183386_37161336' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__22031013__process_action__161531277__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__347927412__call__657366756__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered persons/new.html.erb within layouts/application (12.0ms) Completed 500 Internal Server Error in 132ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___815183386_37161336' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 22:23:26 -0400 Processing by PersonsController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__161744011_32322624 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__161744011_32322624(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:21:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___815183386_37161336' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__22031013__process_action__161531277__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__347927412__call__657366756__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered persons/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___815183386_37161336' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-21 22:24:55 -0400 Connecting to database specified by database.yml Processing by PersonsController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered persons/new.html.erb within layouts/application (16.0ms) Completed 500 Internal Server Error in 134ms ActionView::Template::Error (undefined method `people_path' for #<#:0x4989570>): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/persons/new.html.erb:1:in `_app_views_persons_new_html_erb___499763082_31084680' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:25:24 -0400 ActionController::RoutingError (uninitialized constant PeopleController): activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__277300661__call__172070793__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:25:25 -0400 ActionController::RoutingError (uninitialized constant PeopleController): activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__277300661__call__172070793__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:25:26 -0400 ActionController::RoutingError (uninitialized constant PeopleController): activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__277300661__call__172070793__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:26:08 -0400 LoadError (Expected c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/controllers/people_controller.rb to define PeopleController): activesupport (3.2.6) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.6) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize' activesupport (3.2.6) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__277300661__call__172070793__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:26:30 -0400 Processing by PeopleController#new as HTML Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template people/new, application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views" ): actionpack (3.2.6) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.6) lib/action_view/lookup_context.rb:109:in `find' c:in `find_template' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.6) lib/active_support/callbacks.rb:414:in `_run__239907507__process_action__716909647__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action' activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.6) 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.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__277300661__call__172070793__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:26:42 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (4.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `new' for Bootstrap2FormBuilder:Module): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__637881679_31688616' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:30:14 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (13.5ms) Completed 500 Internal Server Error in 133ms ActionView::Template::Error (uninitialized constant Bootstrap2FormBuilder::FormBuilder): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__896989406_38395980' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:30:44 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (15.0ms) Completed 500 Internal Server Error in 135ms ActionView::Template::Error (uninitialized constant Bootstrap2FormBuilder::BootstrapFormHelper::FormBuilder): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb___638951269_35707284' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:31:54 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (14.0ms) Completed 500 Internal Server Error in 134ms ActionView::Template::Error (uninitialized constant Bootstrap2FormBuilder::FormBuilder): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__598765435_38658624' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:33:11 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (23.0ms) Compiled persons.css (1ms) (pid 1256) Compiled application.css (17ms) (pid 1256) Compiled jquery.js (6ms) (pid 1256) Compiled jquery_ujs.js (0ms) (pid 1256) Compiled persons.js (0ms) (pid 1256) Compiled application.js (98ms) (pid 1256) Completed 200 OK in 319ms (Views: 241.8ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /application.css - 200 OK (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /persons.css - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /persons.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:33:12 -0400 Served asset /application.js - 200 OK (3ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /persons.css - 304 Not Modified (0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:07 -0400 Served asset /application.js - 304 Not Modified (0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:35:33 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 146ms (Views: 68.5ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /application.js - 304 Not Modified (5ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:35:34 -0400 Served asset /persons.css - 304 Not Modified (2ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:37:51 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 144ms (Views: 68.0ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /persons.js - 304 Not Modified (2ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /persons.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:37:52 -0400 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /persons.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:38:04 -0400 Served asset /application.js - 304 Not Modified (0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-21 22:48:45 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (22.0ms) Completed 200 OK in 143ms (Views: 67.0ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-21 22:48:46 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-21 22:48:46 -0400 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-21 22:48:46 -0400 Served asset /persons.css - 304 Not Modified (3ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-21 22:48:46 -0400 Served asset /persons.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-21 22:48:46 -0400 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-21 22:48:47 -0400 Served asset /application.js - 304 Not Modified (14ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-23 01:01:54 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/persons/new"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (26.0ms) Compiled jquery.js (15ms) (pid 32548) Compiled jquery_ujs.js (1ms) (pid 32548) Compiled application.js (88ms) (pid 32548) Completed 200 OK in 249ms (Views: 149.0ms | ActiveRecord: 13.0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /persons.css - 200 OK (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /application.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /jquery_ujs.js - 200 OK (13ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /persons.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:02:03 -0400 Served asset /application.js - 200 OK (5ms) Started GET "/" for 127.0.0.1 at 2012-06-23 01:04:44 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:04:48 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (14.0ms) Completed 200 OK in 112ms (Views: 28.0ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /persons.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:04:49 -0400 Served asset /application.js - 304 Not Modified (5ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:08:03 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:08:03 -0400 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:08:03 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:08:03 -0400 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:08:03 -0400 Served asset /persons.css - 304 Not Modified (0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:08:04 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:08:04 -0400 Served asset /application.js - 304 Not Modified (0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:13:27 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (15.0ms) Completed 200 OK in 151ms (Views: 66.0ms | ActiveRecord: 17.0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:13:28 -0400 Served asset /application.js - 304 Not Modified (15ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:13:29 -0400 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:13:29 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:13:29 -0400 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:13:29 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:13:29 -0400 Served asset /persons.css - 304 Not Modified (2ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:22:00 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (15.0ms) Completed 200 OK in 139ms (Views: 61.0ms | ActiveRecord: 15.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:22:01 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:22:01 -0400 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:22:01 -0400 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:22:01 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:22:01 -0400 Served asset /persons.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:22:02 -0400 Served asset /application.js - 304 Not Modified (4ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:25:13 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /persons.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:25:14 -0400 Served asset /application.js - 304 Not Modified (1ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:29:21 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (15.0ms) Completed 200 OK in 140ms (Views: 63.0ms | ActiveRecord: 15.0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /persons.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:29:22 -0400 Served asset /application.js - 304 Not Modified (4ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:31:08 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (17.0ms) Completed 200 OK in 150ms (Views: 67.0ms | ActiveRecord: 16.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /application.js - 304 Not Modified (3ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /persons.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 01:31:09 -0400 Served asset /persons.js - 304 Not Modified (2ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 01:35:45 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 132ms ActionView::Template::Error (uninitialized class variable @@default_form_layout in Bootstrap2FormBuilder::BootstrapFormHelper): 1: <%= bootstrap_form_for @person do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__162706878_36815508' Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.0ms) Started GET "/persons/new" for 127.0.0.1 at 2012-06-23 18:21:27 -0400 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/persons/new"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:21:32 -0400 Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (1.0ms) Completed 500 Internal Server Error in 112ms ActionView::Template::Error (uninitialized class variable @@default_form_layout in Bootstrap2FormBuilder::BootstrapFormHelper): 1: <%= bootstrap_form_for @person, :html => {:class => "form-vertical"} do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb___590325155_34398204' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:22:58 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (0.0ms) Compiled application.js (14ms) (pid 5456) Completed 200 OK in 165ms (Views: 92.0ms | ActiveRecord: 8.0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /persons.css - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 18:22:59 -0400 Served asset /application.js - 304 Not Modified (3ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:40:36 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (4.0ms) Completed 500 Internal Server Error in 123ms ActionView::Template::Error (can't convert Hash into String): 1: <%= bootstrap_form_for @person, :html => {:class => "form-vertical"} do |form| %> 2: <%= form.text_field :name %> 3: <%= form.text_field :email %> 4: <%= form.text_field :website %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb___449933090_37552692' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:41:38 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 144ms (Views: 65.0ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 18:41:39 -0400 Served asset /application.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 18:41:39 -0400 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 18:41:39 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 18:41:39 -0400 Served asset /persons.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 18:41:39 -0400 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 18:41:40 -0400 Served asset /application.js - 304 Not Modified (3ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:43:39 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 135ms (Views: 52.0ms | ActiveRecord: 15.0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /persons.css - 304 Not Modified (1ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 18:43:40 -0400 Served asset /application.js - 304 Not Modified (5ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:45:16 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML Rendered people/new.html.erb within layouts/application (3.0ms) Completed 200 OK in 135ms (Views: 53.0ms | ActiveRecord: 15.0ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /persons.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /persons.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 18:45:17 -0400 Served asset /application.js - 304 Not Modified (5ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:47:28 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__952362888_36189888 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__952362888_36189888(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:35:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb___618783430_37455552' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__506545370__process_action__108987480__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__861275990__call__786678512__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (26.0ms) Completed 500 Internal Server Error in 147ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb___618783430_37455552' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:06 -0400 Connecting to database specified by database.yml Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (13.0ms) Completed 500 Internal Server Error in 135ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:10 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:11 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:12 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (1.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:12 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:13 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:13 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (1.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:13 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:55:36 -0400 Processing by PeopleController#new as HTML ERROR: compiling _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344 RAISED c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_bootstrap2_form_builder__error_messages_html_erb__1058386373_37189344(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "bootstrap2_form_builder/_error_messages";_old_output_buffer = @output_buffer;error_messages = local_assigns[:error_messages];target = local_assigns[:target];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; if target.errors.any? @output_buffer.safe_concat('
* ');@output_buffer.append= ( "#{pluralize(target.errors.count, "error")} prohibited this record from being saved:" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
    '); targer.errors.full_messages.each do |msg| @output_buffer.safe_concat('
  • ');@output_buffer.append= ( msg );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end ;@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `module_eval' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:297:in `compile' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:232:in `compile!' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:144:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/partial_renderer.rb:237:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:41:in `render_partial' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/helpers/rendering_helper.rb:27:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml' c:/users/zachary/documents/github/bootstrap2_form_builder/lib/bootstrap2_form_builder.rb:40:in `bootstrap_form_for' c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:145:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:125:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/template.rb:143:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:45:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/template_renderer.rb:18:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:36:in `render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_view/renderer/renderer.rb:17:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:110:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/streaming.rb:225:in `_render_template' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:103:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/renderers.rb:28:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:88:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:16:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' c:/Ruby193/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/core_ext/benchmark.rb:5:in `ms' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:40:in `block in render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:39:in `render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:10:in `default_render' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/implicit_render.rb:5:in `send_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:167:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rendering.rb:10:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:18:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:414:in `_run__204320040__process_action__830714116__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/callbacks.rb:17:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rescue.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `block in instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in `instrument' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/instrumentation.rb:29:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/params_wrapper.rb:206:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/railties/controller_runtime.rb:18:in `process_action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/base.rb:121:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/abstract_controller/rendering.rb:45:in `process' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:203:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_controller/metal.rb:246:in `block in action' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:36:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' c:/Ruby193/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/routing/route_set.rb:600:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/head.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/params_parser.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/flash.rb:242:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/cookies.rb:338:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/query_cache.rb:64:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activerecord-3.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `_run__308224895__call__751283772__callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:405:in `__run_callback' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/callbacks.rb:81:in `run_callbacks' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/callbacks.rb:27:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/reloader.rb:65:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:26:in `call_app' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/logger.rb:16:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/request_id.rb:22:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.6/lib/active_support/cache/strategy/local_cache.rb:72:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/static.rb:62:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:479:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:220:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/rack/log_tailer.rb:17:in `call' c:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:17: syntax error, unexpected keyword_ensure, expecting keyword_end c:/users/zachary/documents/github/bootstrap2_form_builder/test/dummy/app/views/bootstrap2_form_builder/_error_messages.html.erb:19: syntax error, unexpected $end, expecting keyword_end): 14: 15: 16: <% end %> app/views/people/new.html.erb:1:in `_app_views_people_new_html_erb__681691833_36870264' Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms) Rendered c:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.0ms) Started GET "/people/new" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Processing by PeopleController#new as HTML Rendered bootstrap2_form_builder/_error_messages.html.erb (0.0ms) Rendered people/new.html.erb within layouts/application (4.0ms) Completed 200 OK in 31ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/persons.css?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /persons.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/persons.js?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /persons.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-23 18:56:06 -0400 Served asset /application.js - 304 Not Modified (5ms)